#includestdio.h
int main()
{
const int p;
p=4;
printf("%d",p);
return 0;
}
What would be the output of the above code snippet?

Posted on by