Write a program in C to print HELLO WORLD

 //HELLO WORLD

#include <stdio.h>

int main()

{

printf("Hello World");

return 0;

}

Comments

Popular posts from this blog

Solid Pattern Program In Java Language

Automations and robotics

Why Use C ?