Question:What would be printed on the standard output as a result of the following code snippet?
#define Name Manish main() { printf("My name""Name"); }
A My name Manish
B My nameName
C Results in Compilation Error
D Compilation Error
E None
+ AnswerB
+ Report