Computer Science, asked by Rayanna88801, 1 year 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

this is output 13 11 13

Similar questions