Latest TCS Aptitude Question SOLUTION: What is the output of: main( ) { int a, b ; a = -3 - - 3 ; b = -3 - - ( - 3 ) ; printf ( "a = %d b = %d", a, b ) ; }