Vidyalelo
C++ Programming · Q63

Pointers and References in C++

Programming · C++ Programming · question 63

Q63

Which one of the following is not a possible state for a pointer.

A.
hold the address of the specific object
B.
point one past the end of an object
C.
zero
D.
point to a type
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board