Interview Questions

What is a pointer variable?

C Interview Questions and Answers


(Continued from previous question...)

What is a pointer variable?

A pointer variable is a variable that may contain the address of another variable or any valid address in the memory.

(Continued on next question...)

Other Interview Questions