main()
This where the actual program begin and end.
clrscr();
Clears the screen.
printf("Hello CLSTI!!!");
Prints whatever is inside the quotes inside the parenthesis.
getch();
This allows you to time to read the ouput on the screen. Without it the program would just exit quickly and you wouldn't be able to see the output.
0 comments:
Post a Comment