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


Please Help Members By Posting Answers For Below Questions

What is anagram in c?

521


What is the function of this pointer?

681


What is s in c?

623


Using functions, write a program that multiplies two arrays. Use the following functions: - Function ReadArray - Function MultiplyArrays - Function DisplayArrays

1895


Where is volatile variable stored?

655






What is a pointer variable in c language?

649


p*=(++q)++*--p when p=q=1 while(q<=6)

1272


Write a program to print all permutations of a given string.

647


What is the purpose of realloc()?

676


What is the difference between union and structure in c?

581


What is wrong with this declaration?

615


Why isn't any of this standardized in c? Any real program has to do some of these things.

630


Are comments included during the compilation stage and placed in the EXE file as well?

674


Why use int main instead of void main?

601


What are header files why are they important?

586