1.

#include void main() { int h 8; int b = h++ + h++ + h++; printf("%d\n", h); %\ }​

Answer»

ANSWER:

B = 8 + 9 + 10

b = 27

and, h = 11

Like and Mark as Brainliest, it really MOTIVATES!



Discussion

No Comment Found