1.

Select the right option.
Given the variables a, b are of char type and c, d, e are of int type
i. e = (c * d) / (c + d);
ii. e = (a * b) / (c + d);

A. i is false and ii is true
B. i is true but ii is false
C. both i and ii are false
D. both i and ii are true
E. None of these
Answer» E. None of these


Discussion

No Comment Found

Related MCQs