CP DML Q44

0. 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

Cancel reply

Your email address will not be published. Required fields are marked *


Cancel reply

Your email address will not be published. Required fields are marked *