Interview Questions

What is a pointer value and address?

C Interview Questions and Answers


(Continued from previous question...)

What is a pointer value and address?

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.

(Continued on next question...)

Other Interview Questions