f=(x>y)?x:y
a) f points to max of x and y
b) f points to min of x and y
c)error
Answer Posted / guest
Ans. A
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
Do character constants represent numerical values?
Can the “if” function be used in comparing strings?
What is the purpose of macro in C language?
When c language was developed?
Explain how do you print an address?
Explain the difference between call by value and call by reference in c language?
What is c value paradox explain?
What is type qualifiers?
What do mean by network ?
What is the most efficient way to store flag values?
What is the g value paradox?
What does *p++ do? What does it point to?
When should I declare a function?
What are categories used for in c?
What functions are in conio h?