What is the output of this C code?
#include<stdio.h>
void main()
{
if(sizeof(int)>-1)
 printf("yes");
 else
  printf("No");
}


Posted on by