Write a program (WAP) in C to print "Hello World".<b> #include<stdio.h></b> <b> int main()</b> <b> {</b> <b> printf("Hello World\n");</b> <b> return 0;</b> <b> } </b> Try it Yourself ➠ <b> Must Read :- </b> Blogger Tutorial C Programs C++ Programs Java Programs Python Programs Programming Notes  Questions & Answers My Codes : HTML, CSS & JS