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
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What are the scope of static variables?
What does void main () mean?
Explain what is the stack?
Why main function is special give two reasons?
How can I discover how many arguments a function was actually called with?
What is string length in c?
What would be an example of a structure analogous to structure c?
In which language linux is written?
Can math operations be performed on a void pointer?
Which are low level languages?
Does free set pointer to null?
What is the purpose of type declarations?
Can you please explain the difference between exit() and _exit() function?
Write a program to print “hello world” without using semicolon?
What are the usage of pointer in c?