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
How does normalization of huge pointer works?
How can I read a binary data file properly?
How can I open a file so that other programs can update it at the same time?
How was c created?
Do pointers take up memory?
Why functions are used in c?
What are data structures in c and how to use them?
all c language question
What is 1d array in c?
c programs are converted into machine language with the help of a) an interpreter b) a compiler c) an operatinf system d) none of the above
If null and 0 are equivalent as null pointer constants, which should I use?
Why do we use c for the speed of light?
Are c and c++ the same?
Describe newline escape sequence with a sample program?
When is a void pointer used?