What is the output of the following code?
#includestdio.h
int main()
{
if ( sizeof(int) -1)
printf("Yes");
else
printf("no");
return 0;
}


Posted on by