What is the output of the following code?
#includestdio.h
int main( )
{
int *ptr=2;
printf ("%d", sizeof(ptr));
return 0;
}

Posted on by