Intro to Computer and Programming
Pages
HOME
LAB TASKS
ASSIGNMENTS
LET US C SOLUTIONS
Monday, 26 September 2011
26-09-2011 1st Print hello word
/*first c program in lab */
/*Prints hello world */
#include
<stdio.h>
#include
<conio.h>
main()
{
printf(
"hello word"
);
getche();
}
No comments:
Post a Comment
Newer Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment