What is pointer ?
A variable who can can contain the address of another variable.
int *p,x;
x=10;
p=&x;
int *p,x;
x=10;
p=&x;
Welcome To Basil
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s.
Created By CodifyCodeTeam | Distributed By
No comments: