Latest TCS Aptitude Question SOLUTION: Output of following program? #include int main() { printf("%d", printf("%d", 1234)); return 0; } 1. 12344 2. 12341 3. 11234 4. 41234