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
please explain every phase in the "SDLC" in the dotnet.
What are structures and unions? State differencves between them.
Are pointers really faster than arrays?
a parameter passed between a calling program and a called program a) variable b) constant c) argument d) all of the above
main use of recursive function a) processing speed high b) reduce program length/reduce repeated statements c) if you do not, use iterative methods like, for, while or do-while d) all the above
What is context in c?
What is data types?
Write a program to identify if a given binary tree is balanced or not.
What is huge pointer in c?
What is the acronym for ansi?
What is identifiers in c with examples?
How can I automatically locate a programs configuration files in the same directory as the executable?
What are local static variables? How can you use them?
What are pointers? What are different types of pointers?
What is extern variable in c with example?