What is pointer ?

A variable who can can contain the address of another variable.
int *p,x;
x=10;
p=&x;

No comments:

Powered by Blogger.