1.

What is the value stored in p in following lines of code?

int p, q, r;
p = 0;
q = 1;
p = q = r = 8;

A. 9
B. 8
C. 7
D. 6
E. 5
Answer» C. 7


Discussion

No Comment Found

Related MCQs