Computer Science, asked by kaurrupi58, 8 months ago

Q.14 int a= 0, b=4,c=5,d=3; a &=a++; b
I=C++; d += a++ + b++ + ++ + ++d; int
sum = a + b+ C + d; What will be the
output of sum variable?
O 31
O 32
O 33
1 marks​

Answers

Answered by utsavmishra21apr2008
0

Answer:

====

14. Determine the output.

int n1, n2;

n1 = 4;

n2 = 5;

cout << n2 *= n1 << endl;

*(a) 20 (b) 4 (c) 5 (d) n2 *= n1 (e) cannot be determined

Similar questions