Programming in C
Monday, March 2, 2015
Hello World
Script
#include <stdio.h>
main()
{
printf("Hello, World!!! \n");
}
Execution
Hello, World!!!
No comments:
Post a Comment
Newer Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment