1.

Evaluate the following expression :-++a + a++ + 4IF a = 2​

Answer»

> ++a + a++ + 4==> 3 + 3 + 4==> 6 + 4==> 10



Discussion

No Comment Found