C Programms
Thursday, March 29, 2012
C hello world program
#include <stdio.h>
main
(
)
{
printf
(
"Hello World
\n
"
)
;
return
0
;
}
No comments:
Post a Comment
Newer Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment