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
What is the difference between abs() and fabs() functions?
Explain what is the benefit of using enum to declare a constant?
given post order,in order construct the corresponding binary tree
Why is c fast?
how to create duplicate link list using C???
What is volatile variable in c?
What are the primitive data types in c?
What is the difference between #include and #include 'file' ?
Define C in your own Language.
What are global variables and how do you declare them?
how to make a scientific calculater ?
What does 2n 4c mean?
Where in memory are my variables stored?
Which is the best website to learn c programming?
What is the difference between union and anonymous union?