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 02d in c?
What is a #include preprocessor?
What are types of functions?
#include show(int t,va_list ptr1) { int a,x,i; a=va_arg(ptr1,int) printf(" %d",a) } display(char) { int x; listptr; va_star(otr,s); n=va_arg(ptr,int); show(x,ptr); } main() { display("hello",4,12,13,14,44); }
Describe the steps to insert data into a singly linked list.
What is 1d array in c?
What is the heap?
Can we change the value of static variable in c?
Why do we use stdio h and conio h?
Can you please explain the scope of static variables?
What is function pointer c?
i have a written test for microland please give me test pattern
How can I dynamically allocate arrays?
What are register variables? What are the advantage of using register variables?
What is the -> in c?