Basic and Advance C Question:
Download Questions PDF

What is a pointer value and address in C?

Answer:

A pointer value is a data object that refers to a memory location. Each memory locaion is numbered in the memory. The number attached to a memory location is called the address of the location.

Download C Programming Interview Questions And Answers PDF

Previous QuestionNext Question
What is a static function in C?How do we print only part of a string in C?