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

Ans. A

Is This Answer Correct ?    6 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How many types of functions are there in c?

772


What is difference between array and structure in c?

769


In C programming, how do you insert quote characters (‘ and “) into the output screen?

1199


What is a protocol in c?

726


What is a 'null pointer assignment' error?

928






How can I use a preprocessorif expression to ?

761


write a program that declares an array of 30 elements named "income" in the main functions. then cal and pass the array to a programmer-defined function named "getIncome" within the "getIncome" function, ask the user for annual income of 30 employees. then calculate and print total income on the screen using the following function: "void getIncome ( ai []);

2075


How does normalization of huge pointer works?

857


a program that performs some preliminary processing in C, it acts upon certain directives that will affect how the compiler does its work a) compiler b) loader c) directive d) preprocessor

817


What could possibly be the problem if a valid function name such as tolower() is being reported by the C compiler as undefined?

993


What is a pointer on a pointer in c programming language?

826


why do some people write if(0 == x) instead of if(x == 0)?

818


What is the use of putchar function?

815


What does c mean?

757


Which is best linux os?

748