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
a) Syntax Error
b) c = 1
c) c = 2
d) c = 3
b) c = 1
c) c = 2
d) c = 3
Accurate answers. Every time.
https://answerhappy.com/