Google News
logo
CPP - Quiz(MCQ)
The pointer can point to any variable that is not declared with which of these?
A)
static
B)
const
C)
volatile
D)
both const & volatile

Correct Answer :   both const & volatile


Explanation : Pointer can point to any variable that is not declared with const & volatile.

Advertisement