SyntaxFix
Write A Post
Hire A Developer
Questions
#define NAME(x) printf("Hello " #x); main(){ NAME(Ian) } //will print: Hello Ian