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 

+ Answer
+ Report
Total Preview: 876

Copyright © 2024. Powered by Intellect Software Ltd