without using control structures and control structures find the max and min of given 2 nos
Answer / chavidi
by using ternary operators we can find the max number among
2 numbers
a>b?a:b;
| Is This Answer Correct ? | 5 Yes | 2 No |
What are the 5 data types?
what are the different storage classes in c?
write a programe returns the number of times the character appears in the string
When should the const modifier be used?
What is the output of the following program #include<stdio.h> main() { int i=0; fork(); printf("%d",i++); fork(); printf("%d",i++); fork(); wait(); }
What is the difference between realloc() and free()
What is the function of volatile in c language?
shorting algorithmS
Explain how do you list a file’s date and time?
What is the difference between text and binary i/o?
What is stack in c?
What are the different types of pointers?