write the value of x after the execution of the following statement int A=3 ; int x =A+ ++A
Answers
Answered by
1
Explanation:
int x = 6
so the x = 6
follow me
Similar questions