Latest TCS Aptitude Question SOLUTION: What could be the output for following? main() { int a= - - 2; printf(“%d”,a); } 1. 2 2. -2 3. 1 4. Error