basic programming for beginners
i make programming easy....!
Monday, 21 May 2012
basic C programs for beginners (PROGRAM TO DISPLAY NAME)
#include<stdio.h>
#include<conio.h>
void main()
{
clrscr();
printf("I M COMTECH");
}
Output:-
I M COMTECH
No comments:
Post a Comment
Newer Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment