Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

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

a) const
b) volatile
c) both const & volatile
d) static

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

Join The Discussion