Skip to main content

pointer and adress operator

  Pointer:

pointers are an  important topic in c.Pointer simply points to a memory location.Pointers has  important memory location.

pointer help a person who is in a

pointer 

Decalartion in c:

<data-type> *pointer-name;

D

Comments