Basic and Advance C Question:

Download Job Interview Questions and Answers PDF

What is a pointer variable in C language?

C Programming Interview Question
C Programming Interview Question

Answer:

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

Download C Programming Interview Questions And Answers PDF

Previous QuestionNext Question
What is a void pointer in C?What is a static function in C?