Latest TCS Aptitude Question SOLUTION: Predict the output of following code: main() { printf(“FACE”+2); ​ // valid skip specified number of //characters from start } 1. FACE 2. FA 3. CE 4. Garbage value