skip to main
|
skip to sidebar
Programmers
Social Icons
Pages
Home
C
Data Structure
C++
Java
C#
GRAPHICS
Tutorials
Technology
Earn money
Saturday, 8 February 2014
print a message on screen
#include<stdio.h>
#include<conio.h>
void main()
{
clrscr();
//to clear the screen
printf("\n\n\n\t\t***** Welcome to C Programming *****");
getch();
//to stop the screen
}
Output
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Search here
Bestprogrampoint
Popular Posts
Copyright © 2013 bestprogrampoint.in.All rights reserved. Powered by
Blogger
.
No comments:
Post a Comment