Consider the following statement
Int a=2,b=3,c=4;
a= (b++)+c;
b= a+(++c);
What are the values of a,b and c, respectively?
Answers
Answered by
1
A=4+4=8
B=2+4=6
C=4
This is the answer for the following statement
B=2+4=6
C=4
This is the answer for the following statement
Similar questions
Social Sciences,
6 months ago
Science,
6 months ago
Physics,
11 months ago
Geography,
1 year ago
English,
1 year ago