Electronics and Communication Engineering - Microprocessors - Discussion

Discussion Forum : Microprocessors - Section 12 (Q.No. 13)
13.
Consider the following part of a C program float a, b
b = (a > 4 ? 2 : 9);

Assuming that a has values of 3 and 6, the values stored respectively will be
2 and 9
2.0 and 9.0
2.0 and 2.0
9.0 and 2.0
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.