โช Choose the correct option.
Predict the output of following “C” code:
void main()
{
if(5,4,3,2,1,0,8,9)
printf("True");
else
printf("False");
}
void main()
{
if(5,4,3,2,1,0,8,9)
printf("True");
else
printf("False");
}
void main()
{
if(5,4,3,2,1,0,8,9)
printf("True");
else
printf("False");
}