Latest C Aptitude Question SOLUTION: output?? Q. void main() {i nt i=5; printf("%d",i++ + ++i); } A. Output Cannot be predicted exactly. Explanation: Side effects are involved in the evaluation of i