Write a Program (WAP) to print "Hello World"

 #include<stdio.h>

void main()

{


printf("Hello World");

}

Comments

Popular posts from this blog