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


Please Help Members By Posting Answers For Below Questions

Once I have used freopen, how can I get the original stdout (or stdin) back?

629


What is operator precedence?

644


Why is it important to memset a variable, immediately after allocating memory to it ?

1556


What is the use of f in c?

559


What does the function toupper() do?

658






What is a constant and types of constants in c?

604


What does double pointer mean in c?

584


c program to compute AREA under integral

1811


What is pre-emptive data structure and explain it with example?

3212


When is a void pointer used?

678


What is the purpose of the preprocessor directive error?

682


What are the two types of functions in c?

566


write a C program: To search a file any word which starts with ?a?. If the word following this ?a? starts with a vowel.Then replace this ?a? with ?a? with ?an?. redirect with the output onto an output file.The source file and destination file are specified by the user int the command line.

2455


How can you increase the allowable number of simultaneously open files?

598


Is printf a keyword?

762