Wednesday, 23 May 2018

Program to print capital alphabet from A to Z in c

/* program to print alphabet */
# include <stdio.h>
void main ()
{
int a ;
clrscr () ;
for ( a=65 ; a<=90 ; a++ )
printf ("%c", a) ;
getch () ;
}

No comments:

Post a Comment

Featured post

Kalgudi Interview Round!!

Those who cleared the second round of kalgudi got an email from exceller to complete their Kalgudi Interview Round. So here we will discuss ...