Skip to main content
Search
Search This Blog
programming in c
it will help u to programming in c.
Home
More…
Share
Get link
Facebook
X
Pinterest
Email
Other Apps
Labels
First program in c
December 17, 2017
program to print hello
#include<stdio.h>
int main()
{ /* program to print hello */
printf("Hello\n");
}
Comments
Comments
Post a Comment