Introduction to Computer Information System and Software Engineering !
Saturday, February 15, 2014
GET A TO Z BY C CODEING
#include<stdio.h>
#include<conio.h>
void main ()
{ char ch ;
for (ch='A';ch<='Z';ch++)
printf(" %C",ch);
getch ();
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment