Output of the following code is :
#includestdio.h
int show(int x)
{
x += 5.31;
return x;
}
int main(){
int num = show(sizeof(float));
printf("%d", num+++num);
return 0;
}



Posted on by