Computer Science, asked by Stoneface3935, 1 year ago

Consider the following program fragment, and choose the correct one

void main() { int a, b = 2, c; a = 2 * (b++); c = 2 * (++b); }
A.a = 4, c = 8
B.a = 3, c = 8
C.b = 3, c = 6
D.a = 4, c = 6

Answers

Answered by dipangshu1805
0

PIKACHU PIKACHU PIKACHU

Similar questions