Computer Science, asked by harishu2005, 10 months ago

what is the answer for this program :-

a - = (a - - ) - ( - - a )

Answers

Answered by BhuvanBSH
1

Answer:

Explanation:

if(a=5)

a=a-(a--)-(--a).

a=-3.

Similar questions