CSE MCQs :: C++ - MCQs
-
What is meaning of following declaration?
int(*p[5])();
- When does the void pointer can be dereferenced?
- The pointer can point to any variable that is not declared with which of these?
- A void pointer cannot point to which of these?
- What we can't do on a void pointer?