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
Is that possible to store 32768 in an int data type variable?
What is the difference between arrays and pointers?
Explain void pointer?
How can I do serial ("comm") port I/O?
Explain what would happen to x in this expression: x += 15; (assuming the value of x is 5)
how to create duplicate link list using C???
What is an auto keyword in c?
What is atoi and atof in c?
What is the function of volatile in c language?
Explain 'bit masking'?
What is static function in c?
Write a program to check prime number in c programming?
What is static identifier?
Explain what is the general form of a c program?
WRITE A CODE IN C TO SEARCH A FILE FROM NOTEPAD FILE.