Discussion :: Microprocessors
-
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
Answer : Option D
Explanation :
No answer description available for this question.
Be The First To Comment