Program to find larger of the two numbers without using if-else,while,for,switch
Answer Posted / ankit chhajed
Take 3 and 150 and use code given in answer 6. We will not get the correct answer..!!!
Please give the changed code!!
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is sizeof in c?
Explain is it better to bitshift a value than to multiply by 2?
Write a program to print ASCII code for a given digit.
Is there anything like an ifdef for typedefs?
What is the collection of communication lines and routers called?
Is it possible to pass an entire structure to functions?
How can I rethow can I return a sequence of random numbers which dont repeat at all?
What is the benefit of using an enum rather than a #define constant?
What does c in a circle mean?
What is structure pointer in c?
Can you assign a different address to an array tag?
If you know then define #pragma?
What is the value of a[3] if integer a[] = {5,4,3,2,1}?
What is a lookup table in c?
Differentiate between #include<...> and #include '...'