int a= 8 a= a++ + a++ +5
Answers
Answered by
4
Explanation:
Suppose a and b are int variables and b = 6. What is the value of a after the following statement.
a = (b++) + 3;
Answered by
1
Answer:
a=b++) 3
here is ur answer dear
Similar questions