Basic and Advance C Question:

What is a pointer value and address in C?

Tweet Share WhatsApp

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 PDF Read All 221 C Programming Questions
Previous QuestionNext Question
What is a static function in C?How do we print only part of a string in C?