Hello World.......!

The beginning of programming in ' C '. The #include"stdio.h"is a standard I/O header file containing standard input and output functions and it is often required.


#include<stdio.h>
void main()
{
printf("Hello, World..........!");

}


Output :-

Hello, World..........!

No comments:

Post a Comment