139) Consider the following program
main( )
{
int x = 2, y = 5;
if (x < y)
return ( x = x + y);
else printf ("z1");
printf ("z2");
}
Choose the correct statements
Answer is:
none of above
Related C Programming MCQ with Answers
Answer is:
i is nor prime
Answer is: