What is the output ? main() { int i=8; printf("%d%d%d%d", i, i++, ++i, i); }
881010
89910
891010
10998