
#include<stdio.h>
#include<conio.h>
int a=5;
int *i;
int **j;
main()
{
clrscr();
i=&a;
j=&i;
printf("\n %d %u %u",a,i,j);
printf("\n %d",*i);
printf("\n %d",**j);
getch();
}
Where Your Need Ends
About The Author
He has interest in programming in C, C++ and Java. He has been programming since 2007. He is the Founder of "Era of Skills".
You can follow him on Facebook