Determine Output:
#include #define a 10 void main() { #define a 50 printf("%d", a); }
Answer: A
No answer description available for this question.