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
What is the purpose of realloc()?
The performance of an operation in several steps with each step using the output of the preceding step a) recursion b) search c) call by value d) call by reference
What is the difference between #include and #include 'file' ?
Write a c program to demonstrate character and string constants?
What are the standard predefined macros?
Explain what is the difference between a string and an array?
Hi how many types of software editions are there and their difference (like home editions, enterprise, standard etc) can u please help me
How can I convert a number to a string?
What is the difference between procedural and declarative language?
a formula,a series of steps,or well defined set of rules for solving a problem a) algorithem b) program c) erdiagram d) compiler
the maximum length of a character constant can be a) 1 character b) 8 characters c) 256 chaacters d) 125 characters
how to write optimum code to divide a 50 digit number with a 25 digit number??
Explain can static variables be declared in a header file?
What is a rvalue?
What is cohesion in c?