What is the output of the following C code??
#include stdio.h
main()
{
if (sizeof(int) 2)
printf("if is executed");
else
printf("else is executed");
}


Posted on by