Home / Questions / How will you print
Explanatory Question

How will you print

👁 678 Views
📘 Detailed Answer
🕒 Easy to Read
Read the answer carefully and go through the related questions on the right side to improve your understanding of this topic.

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 . . .