Write a program to find minimum between three no.s whithout
using comparison operator.
Answer Posted / rajujadhav22
It is possible with ternary oprator.
| Is This Answer Correct ? | 27 Yes | 2 No |
Post New Answer View All Answers
Describe the modifier in c?
Which of these functions is safer to use : fgets(), gets()? Why?
What is the translation phases used in c language?
write a program to print data of 5 five students with structures?
Write a program, where i have a grid with many cells, how many paths are possible from one point to other desired points.
Explain the properties of union.
Explain two-dimensional array.
What is sizeof return in c?
What is the incorrect operator form following list(== , <> , >= , <=) and what is the reason for the answer?
Where static variables are stored in memory in c?
Write a function which takes as parameters one regular expression(only ? and * are the special characters) and a string and returns whether the string matched the regular expression.
shorting algorithmS
int i=10; printf("%d %d %d", i, i=20, i);
What are the types of assignment statements?
Is array name a pointer?