Write a C program to find the smallest of three integers,
without using any of the comparision operators.
Answer Posted / eswaran
Sorry this is wrong answer....
| Is This Answer Correct ? | 3 Yes | 5 No |
Post New Answer View All Answers
What should malloc(0) do? Return a null pointer or a pointer to 0 bytes?
What is variable declaration and definition in c?
Explain how can I write functions that take a variable number of arguments?
What is function definition in c?
How do you initialize pointer variables?
code for quick sort?
What does != Mean in c?
What is array in c with example?
Define Spanning-Tree Protocol (STP)
What is difference between structure and union in c programming?
‘ C’ PROGRAME TO SHOW THE TYPE OF TRANGLE BY ACCEPTING IT’S LENGTH .
What are the advantages of the functions?
What does a derived class inherit from a base class a) Only the Public members of the base class b) Only the Protected members of the base class c) Both the Public and the Protected members of the base class d) .c file
Can we declare variables anywhere in c?
Compare and contrast compilers from interpreters.