Latest TCS Aptitude Question SOLUTION: Predict the output of following code: main() { int var=20; // scope of the local variable is within function or block printf(“%d,”,var); //outer block { int var=30; //Inner blo