Write a program to find minimum between three no.s whithout
using comparison operator.
Answer Posted / sanjeet kumar
with the help of ternary operator
| Is This Answer Correct ? | 13 Yes | 2 No |
Post New Answer View All Answers
Write a program of advanced Fibonacci series.
the 'sizeof' operator reported a larger size than the calculated size for a structure type. What could be the reason?
how to write optimum code to divide a 50 digit number with a 25 digit number??
Explain what does it mean when a pointer is used in an if statement?
What is union in c?
What is #include stdio h?
Write the test cases for checking a variable having value in range -10.0 to +10.0?
What is linear search?
How can I open a file so that other programs can update it at the same time?
Explain what is wrong with this program statement? Void = 10;
write a program to print the consecutive repeated character from the given string... input string is : hhhhjkutskkkkkggggj output should be like this: hhhhkkkkkgggg anyone help me...
Explain the ternary tree?
What is pointer & why it is used?
What are the applications of c language?
For what purpose null pointer used?