Latest TCS Aptitude Question SOLUTION: Guess the output: main() {printf(“%d”,​ sizeof('a')); } //same as → sizeof(97) 1. 2 or 4 2. 1 or 3 3. Garbage value 4. ASCII value of a