Computer Science, asked by manudimri1, 8 months ago

Give the output of the following program code int a=5,b= 2,c=3; int x = a++ + --a + c++ + b-- + ++c​

Answers

Answered by imtiyazallam
2

Answer:

Value in the variable x is 20

Attachments:
Similar questions