Program to find largest of three numbers without using comparsion operator?
Answer Posted / sanjay bhosale
Both programs mentioned above produce wrong results when some numbers are positive and others are negatives.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What does nil mean in c?
What is the usage of the pointer in c?
What is c definition?
Can I use base-2 constants (something like 0b101010)? Is there a printf format for binary?
In c programming language, how many parameters can be passed to a function ?
What does the characters “r” and “w” mean when writing programs that will make use of files?
What Is The Difference Between Null And Void Pointer?
What does c mean before a date?
How do I round numbers?
What is a node in c?
What is time complexity c?
What is use of bit field?
write a sorting prgm to sort 50 nos and sum them and also remove all the occurrences of 15 and print it?
What are the string functions? List some string functions available in c.
Differentiate abs() function from fabs() function.