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
What is a substring in c?
Linked list is a Linear or non linear explain if linear how it working as a non linear data structures
What is static memory allocation? Explain
Can you add pointers together? Why would you?
we need to calculating INCOME TAX for the person. The INCOME TAX is as follows:- First $10000/- of income : 4% tax Next $10000/- of income : 8% tax Next $10000/- of income : 11.5% tax above $10, 00,00/- : 15% tax What is the Solution of this Question ?
Can you please explain the difference between malloc() and calloc() function?
I have seen function declarations that look like this
What is the use of pragma in embedded c?
Why double pointer is used in c?
Is using exit() the same as using return?
What is Dynamic memory allocation in C? Name the dynamic allocation functions.
Why is a semicolon (;) put at the end of every program statement?
Why do we use static in c?
A SIMPLE PROGRAM OF GRAPHICS AND THEIR OUTPUT I WANT SEE WAHAT OUTOUT OF GRAPHICS PROGRAM
What is #ifdef ? What is its application?