Find the largest number from the given 2 numbers without using
any loops and the conditional operator.

Answer Posted / anji

We can compare two
values using unary
operators also

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What does %2f mean in c?

676


Can a variable be both const and volatile?

676


What is volatile keyword in c?

584


What is #include conio h?

597


What will the code below print when it is executed?   int x = 3, y = 4;         if (x = 4)                 y = 5;         else                 y = 2;         printf ("x=%d, y=%d ",x,y);

1358






What does == mean in texting?

669


all c language question

1877


What does 1f stand for?

614


How can I convert a number to a string?

609


to find the closest pair

1824


What does do in c?

611


What do you mean by dynamic memory allocation in c? What functions are used?

658


What is union and structure in c?

619


i = 25;switch (i) {case 25: printf("The value is 25 ");case 30: printf("The value is 30 "); When the above statements are executed the output will be : a) The value is 25 b) The value is 30 c) The value is 25 The value is 30 d) none

648


how to count no of words,characters,lines in a paragraph.

3908