Write a C program to find the smallest of three integers,
without using any of the comparision operators.
Answer Posted / dinesh
b is the smallest number of above three values
| Is This Answer Correct ? | 8 Yes | 5 No |
Post New Answer View All Answers
Is it cc or c in a letter?
Explain how does free() know explain how much memory to release?
What is equivalent to ++i+++j?
What is the use of header?
What are the types of assignment statements?
What are the types of bitwise operator?
Explain the difference between the local variable and global variable in c?
A collection of functions,calls,subroutines or other data a) library b) header files c) set of files d) textfiles
Write a program to swap two numbers without using third variable in c?
What are the preprocessor categories?
What is the c value paradox and how is it explained?
How can I make it pause before closing the program output window?
What is the difference between void main and main in c?
What is huge pointer in c?
What is the use of f in c?