Page 1 of 1

What will be the final value of c in the following C code snippet? (Initial values: a = 1, b = 2, c = 1) c += (-c) ? a :

Posted: Wed Jul 13, 2022 7:54 pm
by answerhappygod
a) Syntax Error
b) c = 1
c) c = 2
d) c = 3