Arithmetic in cc given the following code snippet calculate
Arithmetic in c/c++; given the following code snippet calculate the contents of each variable. a = b = c = d = e =
Solution
Answer:
This program will generate the below output.
a = 3
b = 2
c = 5
d = 2
e = 2
