Which of the following statements about pointer initialization is true?

A. Pointer constants can only point to constants.
B. Pointer constants can only be initialized to null pointers.
C. Pointer constants are automatically set to null by the compiler.
D. The data variable must be declared before it can be used for pointer initialization. 
E. To initialize a pointer to the address of a variable, the variables identifier is suffixed with the indirection operator (*).

Answer: D

Computer Science & Information Technology

You might also like to view...

A private key is important

a. to reboot system hardware. b. to reset your public key if you lose a password. c. to decode an encrypted message. d. because it enables you to use MIME.

Computer Science & Information Technology

____ sound files have 8-bit sample resolutions, use a sampling rate of 8 KHz, and are recorded in mono.

A. AU B. AIFF C. RealAudio D. WAV

Computer Science & Information Technology