What will be the output of the following C Code??
#includestudio.h
int main()
{
int h=20;
printf("%d"+2,h);
return 0;
}




Posted on by