1.

Value of c after the following expression (initialization a = 1, b = 2, c = 1): c += (-c) ? a : b;

A. Syntax Error
B. c = 1
C. c = 2
D. c = 3
Answer» D. c = 3


Discussion

No Comment Found