What is the output of the C statement.
#includestdio.h
int main()
{
int a=0;
a = 52 ? 4 : 2;
printf("%d",a);

return 0;
}


Posted on by