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
a) f points to max of x and y
if (x > y) is true.. x would be returned, else y.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
code for find determinent of amatrix
What is pointer & why it is used?
Explain what is the benefit of using enum to declare a constant?
What is main () in c language?
If I have a char * variable pointing to the name of a function ..
What does dm mean sexually?
Hai,I have done with my bachelor of commerce and planing to ms,please suggest me how to convince vo for shifting from commerce to computers. Visa on 8 DEC 2014 Npu university
What are the types of bitwise operator?
Which header file is used for clrscr?
What is return type in c?
Create a simple code fragment that will swap the values of two variables num1 and num2.
What are the advantages of union?
What is the right type to use for boolean values in c? Is there a standard type? Should I use #defines or enums for the true and false values?
How are Structure passing and returning implemented by the complier?
What is the right way to use errno?