1-Write a C program to print Hello World on screen

Program: 1

Write a C program to print Hello World on screen.

#include
void main()
{
    printf("Hello World\n");
    printf("Welcome to EASTER SCIENCE");
    getch();
}
Output
Hello World

Welcome to EASTER SCIENCE

Lokesh Kumar: Being EASTER SCIENCE's founder, Lokesh Kumar wants to share his knowledge and ideas. His motive is "We assist you to choose the best", He believes in different thinking.
Related Post
Leave a Comment

This website uses cookies.