predict the output:
#includestdio.h
int main()
{
int n=10;
void *ptr=&n;
printf("%d", *(int*)ptr);
return 0;
}

Posted on by