My first Program in c!"hello world"
Sunday, 21 June 2015
First Program " hello world !" in C
#include <stdio.h>
int main();
{
printf("
hello world !
");
return 0;
}
No comments:
Post a Comment
Newer Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment