#include #include #include #include void main() { char a[50],c[50]; clrscr(); printf("Enter the string :"); gets(a); char b= toupper(a[0]); printf("The string In lowercase it is=%c",b); getch(); }
Post a Comment
© Blogger template Leaving by Ourblogtemplates.com 2008
Back to TOP
0 comments:
Post a Comment