Tuesday, April 8, 2014

CHANGING UPPERCASE CHARACTER TO LOWERCASE CHARACTER

program displays a character entered in the uppercase in the lowercase
main()
{
int c;
printf("Enter an uppercase letter:");
c=getchar();
printf("Lowercase=");
putchar(c+32);
}

Related Post:

0 comments:

Post a Comment

 
Powered by Blogger .
Converted To Blogger Template by Anshul .