Predict the O/p??
#include stdio.h

int main()
{
int x,*ptr;
x=16;
ptr=&x;
printf("The address of x is %d",ptr);

return 0;
}


Posted on by