Saturday, 26 May 2018

Program to enter a upper case character and convert into lower case in c

/* program to convert a upper case character into lower case */
# include <stdio.h>
void main ()
{
char ch ;
clrscr () ;
printf ("/n enter a upper case character:") ;
scanf ("%c", & ch) ;
ch =ch+32 ;
printf ("%c", ch) ;
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 ...