without using control structures and control structures find the max and min of given 2 nos
Answer Posted / chavidi
by using ternary operators we can find the max number among
2 numbers
a>b?a:b;
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
What does 2n 4c mean?
In C language, the variables NAME, name, and Name are all the same. TRUE or FALSE?
the constant value in the case label is followed by a a) semicolon b) colon c) braces d) none of the above
What is the purpose of realloc()?
what is the significance of static storage class specifier?
What is selection sort in c?
What is the maximum no. of arguments that can be given in a command line in C.?
please explain clearly about execution of c program in detail,in which stage are the printf sacnf getting into exeecutable code
What does the c preprocessor do?
Explain how can you determine the size of an allocated portion of memory?
What is a MAC Address?
Can you please explain the difference between exit() and _exit() function?
Why does notstrcat(string, "!");Work?
What is use of null pointer in c?
What is pointer to pointer in c language?