In order to set a string to reference nothing the programmer must use:

a) string1 = null
b) string1 = ""
c) string1 = ‘\0’
d) string1 = ‘’

a) string1 = null

Computer Science & Information Technology

You might also like to view...

If another user has a ________ workbook open and you try to open it, the File in Use dialog box will display

Fill in the blank(s) with correct word

Computer Science & Information Technology

In ______, the left and right subtrees of any node have heights that differ by at most 1.

a) all trees b) all binary tress c) n-ary trees d) balanced binary trees

Computer Science & Information Technology