Write a program that prints Hello World! on screen.

 #include <stdio.h>


int main()

{

    printf("Hello World!");

    return 0;

}

Comments

Popular posts from this blog

Hotel Billing Management Software By Suryanshsk

Develope Snake game using Html Code

Mother tongue of programming language (C language coding) -By Suryanshsk