Computer Science, asked by zain754, 1 month ago

int g =100
g+=g++ * --g + g-- - ++g​

Answers

Answered by sahildudhal
18

Answer:

g=100

put g =100 in below equation

g+=g++*--g+g-- -++g

100+=100++*--100+100-- -++100

=1000

Answered by rogithravi2006
4

Answer:

substitute g=100 in given equation.

Explanation:

ANS:1000.

Similar questions