MCQOPTIONS
Determine Output:
#include
#include #define a 10 void main() { #define a 50 printf("%d", a); }