Thursday, 18 August 2016
Hello World
#include < stdio.h >
//compiler to include std input output header file.
int main()
{
printf("Hello world\n");
//prints Hello world on user screen
return 0;
//return the value zero to the OS.
}
Subscribe to:
Post Comments
(Atom)
0 comments:
Post a Comment