Computer Science, asked by Mahek76541, 11 months ago

What is the output of the program void main() { int i = 10; printf ("%d%d%d",++i,i++,++i);?

Answers

Answered by rrohit2
0

program output is 13 11 13

Similar questions