Latest TCS Aptitude Question SOLUTION: What will be the output of the following? int i=5; i=i++ + i++ + i++ + i++ + i++; printf("%d,i); i=++i + ++i + ++i + ++i + ++i ; printf("%d, i);