What is a pointer value and address in C?

Submitted by: Administrator
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.
Submitted by: Administrator

Read Online C Programming Job Interview Questions And Answers