Saturday 6 April 2013

What is a pointer?


What is a pointer?

Ans: Pointers are variables which stores the address of another variable. That variable may be a scalar (including another pointer), or an aggregate (array or structure). The pointed-to object may be part of a larger object, such as a field of a structure or an element in an array.


No comments:

Post a Comment