Quantcast
Viewing all articles
Browse latest Browse all 2703

preprocessor

Why does the following line of code generate error as " pasting / and / doesnot generate a valid preprocessing token"? Can someone please help



#define comment /##/
int main()
{
comment printf("hello");
return 0;
}

Viewing all articles
Browse latest Browse all 2703

Trending Articles