predict the output for the following c program
#includestdio.h
int main()
{
int a=7;
printf("%d == 7 is\t" "%s\n", a, a==7?"CR7":"FALSE");
return 0;
}

Posted on by