1.

Give the output of the following expression: a+= a++ + ++a + – – a + a – – ; when a = 7

Answer»

a = a+ a++ + ++a + – – a + a – – ; 

= 7 + 7 + 9 + 8 + 8 = 39



Discussion

No Comment Found

Related InterviewSolutions