Basic and Advance C Question:
Download Job Interview Questions and Answers 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 Question | Next Question |
What is a static function in C? | How do we print only part of a string in C? |