Computer Science, asked by uditsingh69, 1 year ago

++a+--b,int a=5,b=2​

Answers

Answered by amanpathak8833
1

Answer:

7

Explanation:

++a=1+5=6

--b=1-2=1

so 6+1

=

Similar questions