If a=
48; find a= (a++) + (++a)
Answers
Answered by
16
Answer:
Heya buddy........
If a= 48, a', then find a' = (a++)+ (++a)
Here,
Int a = 48, a';
a' = (a++) + (++a)
= 48+ 50
= 98
Therefore a' = 98
Hope it’s helpful....... ☺
Similar questions