Program to find larger of the two numbers without using if-else,while,for,switch
Answer Posted / guest
pls chk,wen a=3 and b=150 in code 6,it works.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What are local static variables?
write an algorithm to display a square matrix.
Explain threaded binary trees?
Explain how do you override a defined macro?
how to write optimum code to divide a 50 digit number with a 25 digit number??
Do array subscripts always start with zero?
How can you tell whether two strings are the same?
What are disadvantages of C language.
What is the benefit of using const for declaring constants?
What is volatile keyword in c?
I have seen function declarations that look like this
What are formal parameters?
Explain the use of bit fieild.
State the difference between realloc and free.
What should malloc(0) do?