Skip to main content

1. Hello World Program

 Hello everyone,

I hope you all are good and feel programee. first, I want to thanks to visiting here, This is my first blog on C-Programming and I post a lot of program in future too. if it helps to one kinda I feel very happy.


C-Language is very easy and basic level language and easy to understand. I know you can't wait for more to see hello world program here it is"

Program: 

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



Thank you.


Visit:

Comments