Friday, 25 May 2018

Program to print a to z in small letter in c

/* program to print a to z */
# include <stdio.h>
void main ()
{
int a ;
clrscr () ;
for ( a=97; a<=122; 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 ...