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
How many types of functions are there in c?
What is difference between array and structure in c?
In C programming, how do you insert quote characters (‘ and “) into the output screen?
What is a protocol in c?
What is a 'null pointer assignment' error?
How can I use a preprocessorif expression to ?
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 []);
How does normalization of huge pointer works?
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
What could possibly be the problem if a valid function name such as tolower() is being reported by the C compiler as undefined?
What is a pointer on a pointer in c programming language?
why do some people write if(0 == x) instead of if(x == 0)?
What is the use of putchar function?
What does c mean?
Which is best linux os?