Latest TCS Aptitude Question SOLUTION: Predict the output of following code: main() { int i=-1; -i; //No change in value of i printf(“%d,%d”,i,-i); } 1. -1, 1 2. -1, -1 3. 1, 1 4. 0, 1