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 c language used for?
1) write a program to generate 1st n fibonacci prime numbers using Nested if 2) write a program to generate twin prime numbers from m to n using nested if 3) write a program to check whether a given integer is a strong number or not using nested if 4) Write a program to generate prime factors of a given integer using nested if 5)write a program to generate prime numbers from m to n using nested if 6)write a program to generate perfect numbers from m to n using nested if 7)write a program to generate the pallindromes from m to n using neste if 8)write a program to generate armstrong numbers from m to n using nested if 9)write a program to generate strong numbers from m to n using nested if
write a c program to print the next of a particular no without using the arithmetic operator or looping statements?
Differentiate between Macro and ordinary definition.
Is file a keyword in c?
What is the best organizational structure?
Which of the following operators is incorrect and why? ( >=, <=, <>, ==)
What is getche() function?
please can any one suggest me best useful video tutorials on c i am science graduate.please help me.u can email me to sas29@in.com
Explain About fork()?
Difference between MAC vs. IP Addressing
In a switch statement, explain what will happen if a break statement is omitted?
What are the primitive data types in c?
What is the use of getchar functions?
a way in which a pointer stores the address of a pointer which stores the value of the target value a) reference b) allocation c) multiple indirection d) none