Latest TCS Aptitude Question SOLUTION: Output of following program? #include int main() { printf("%d", printf("%d", printf(“%d”,543210))); return 0; } 1. 54321061 2. 543210 3. 5432101 4. 5432106