Programs that make your work easy
All c and C++ programs on all topics are here.
Friday, 23 September 2016
PROGRAMME FOR CONVERTING AN LOWERCASE CHARACTER INTO UPPER CASE
#include<iostream.h>
#include<conio.h>
void main()
{
clrscr();
char a,b;
cout<<"enter the character";
cin>>a;
b=a-32;
cout<<"the uppercase is"<<b;
getch();
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment