Page 1 of 1

What will be the final values of a and c in the following C statement? (Initial values: a = 2, c = 1) c = (c) ? a = 0 :

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