We generally set a pointer variable to NULL

a. to signify that the pointer does not point to any memory
b. to signify the end of a list
c. because we want all our pointers to always point to NULL
d. never
e. A and B
f. A and C

e. A and B

Computer Science & Information Technology

You might also like to view...

Convert1710 to an 8-bit integer in sign-and-magnitude format:

a. 100012 b. 100100012 c. 000100012 d. 1100012

Computer Science & Information Technology

?Theevery(callback [, thisArg])array method applies the callback function to each item in an array.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology