what will be the output?
#includestdio.h
int main()
{
int sookshmas = 1;
{
int beyond = 2;
}
{
int knowing=3;
}
printf("%d %d %d",sookshmas,beyond,knowing);
return 0;
}


Posted on by