Multiple Choice
Which of the following can be used to initialize a pointer variable?
A) 1
B) NULL
C) "0"
D) '0'
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q7: The _ of a base class automatically
Q10: Consider the following statements:<br>void pointerParameters(int* &p,double *q)<br>{<br>.<br>.<br>.<br>}<br>In
Q11: Consider the following statements:<br>int x;<br>int &y =
Q17: The code int *p; declares p to
Q19: A pointer variable is a variable whose
Q20: The dereferencing operator is also known as
Q21: In C++, the dot operator has a
Q29: In the statement<br>int* p, q;<br>p and q
Q37: Given the declaration<br>int *p;<br>The statement<br>p = new
Q41: In C++, _ is called the address