Raj Sir Bikaner
HOME
BOLLYWOOD
PHOTO
NOTES
JOKES
VIDEOS
TRICKS
GK
Saturday, 19 May 2012
program to print this Series AaBbCcDd……………Zz
46./*Write a program to print this Series :-
AaBbCcDd……………Zz
#include<stdio.h>
#include<conio.h>
main()
{
int a,b;
clrscr();
for(a=65;a<=90;a++)
printf("%c%c",a,a+32);
getch();
}
OUTPUT
AaBbCcDd………….Zz
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment