Computer Science, asked by pritambasu1009, 9 months ago

If a=
48; find a= (a++) + (++a)​

Answers

Answered by Anonymous
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