Latest TCS Aptitude Question SOLUTION: Predict the output of following code: main() { int a,x=(2,3,4,5); //valid statement x = last value in list // x = 5 during declaration list should be specified inside ( ) a=1,2,3,4