Predict the output
#include stdio.h
main()
{
if (sizeof(int) -1)
printf("Yes");
else
printf("No");
}

Posted on by