If a = 5 and b=7, then find and
display the values of a, b, and cin
the following expression: c = a++ +
a++ ---b; *
1.O a=6, b=6, c=7
2.O a=5, b=7, c=6
3.O a=7, b=7,c=8
4.O a=7, b=6, c=5
Answers
Answered by
1
c = 5 + 6 - 6
c = 5
a = 7
b = 6
Read my bio once
Similar questions