Multiple Choice
Pointers ____ be initialized when they are declared.
A) must
B) must not
C) can
D) cannot
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q16: When working with pointers and offsets, the
Q17: A pointer constant is equivalent to a
Q18: Consider the following declarations of a function
Q19: Addresses cannot be incremented or decremented using
Q20: When initializing pointers you must be careful
Q22: Access to an array using a subscript
Q23: You can replace lines 5 and 6
Q24: The following code is valid in C:<br>char
Q25: A suitable equivalent to the function header
Q26: When working with pointers, the _ tells