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
In which language linux is written?
How many identifiers are there in c?
Explain what is wrong with this program statement?
What does int main () mean?
What kind of structure is a house?
Explain the meaning of keyword 'extern' in a function declaration.
Is it better to use malloc() or calloc()?
Calculate the weighted average of a list of n numbers using the formula xavg = f1x1+f2x2+ ….+ fnxn where the f’s are fractional weighting factors, i.e., 0<=fi<1, and f1+f2+….+fn = 1
What are header files? What are their uses?
Between macros and functions,which is better to use and why?
What are structure types in C?
Can we change the value of constant variable in c?
What are operators in c?
Write a program to check whether a number is prime or not using c?
What is property type c?