C Programming By Vijay Jadhav
Showing posts with label
First Simple C Program with Syntax Explanation
.
Show all posts
Showing posts with label
First Simple C Program with Syntax Explanation
.
Show all posts
Thursday, 5 February 2015
First Simple C Program
#include
<stdio.h>
int
main
()
{
/* my first program in C */
printf
(
"Hello, World! \n"
);
return
0
;
}
Home
Subscribe to:
Posts (Atom)