Latest C Aptitude Question SOLUTION: output? #define clrscr() 100 main() { clrscr(); printf("%d\n",clrscr()); } A. 100 Explanation: Preprocessor executes as a seperate pass before the execution of the compiler. So t