Computer Science, asked by Anonymous, 6 months ago

int a=6,b; b= a++ + ++a ...............predict output

Answers

Answered by priyomrabhadas
2

Answer:

int a=6,b; b= a++ + ++a 49 predict output

Explanation:

Similar questions