Vidyalelo
C++ Programming · Q52

Pointers and References in C++

Programming · C++ Programming · question 52

Q52

The pointer can point to any variable that is not declared with which of these?

A.
const
B.
volatile
C.
both const & volatile
Answer
D.
static

Answer: Option C

Solution

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