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