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
Answers were Sorted based on User's Feedback
Answer / guest
a) f points to max of x and y
if (x > y) is true.. x would be returned, else y.
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / piyush
the stament terminator(;) is missing......
so the answer is ,
c:error
| Is This Answer Correct ? | 2 Yes | 3 No |
What is the purpose of clrscr () printf () and getch ()?
how would a 4*3 array A[4][3] stored in Row Major Order?
where are auto variables stored? What are the characteristics of an auto variable?
i need all types of question paper releted to "c" and other language.
Write a program that can show the multiplication table.
Write a program that takes three variables(a,b,c) in as separate parameters and rotates the values stored so that value a goes to b,b,to c and c to a
How do you redirect a standard stream?
What is a structural principle?
A program is required to print your biographic information including: Names, gender, student Number, Cell Number, line of study and your residential address.
what is event driven software and what is procedural driven software?
What are the 4 types of programming language?
What is structure padding in c?