Programming
Talk is cheap Show me the Code.
Tuesday, 23 December 2014
First program
/*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