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 / piyush
the stament terminator(;) is missing......
so the answer is ,
c:error
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
Hai what is the different types of versions and their differences
any restrictions have on the number of 'return' statements that may be present in a function. a) no restriction b) only 2 return statements c) only 1 return statements d) none of the above
What does char * * argv mean in c?
Differentiate between static and dynamic modeling.
What is abstract data structure in c?
Explain threaded binary trees?
What are multibyte characters?
How can I call system when parameters (filenames, etc.) Of the executed command arent known until run time?
What are predefined functions in c?
What is the right type to use for boolean values in c? Is there a standard type?
What is the easiest sorting method to use?
What is a dynamic array in c?
What is a global variable in c?
Why calloc is better than malloc?
What is self-referential structure in c programming?