✏️ Explanatory Question

How will you print

👁 678 Views
📘 Detailed Answer
💡

Answer with Explanation

You can Write the below code for that

code

#include
#define semicolon ;
void main()
{
 printf("Hello World 
")semicolon
}

code

Hello World
Press any key to continue . . .