Latest TCS Aptitude Question SOLUTION: Predict the output of following code: main() { int a=2000; printf(“%2d”,a); ​ //format specification } 1.2000 2. 20 3. 4000 4. Garbage value