Computer Science
all programs are in C++, C and Php language this blog is all about programming and all about bcs
Sunday, December 02, 2012
A-Z in C++
#include<iostream.h>
#include<conio.h>
int main()
{
char ch='A';
for(ch='A';ch<='Z';ch++)
cout<<ch<<",";
getch();
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment