Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /*stdio= standard Input Output header file
- conio = console Input Output header file */
- #include<stdio.h>
- #include<conio.h>
- void main()
- {
- clrscr(); //clear screen
- printf("\n\n\nHello World");
- getch();
- }
Advertisement
Add Comment
Please, Sign In to add comment