#include<iostream.h>
#include<conio.h>
main()
{
char
ch;
cout<<”Enter
the character”;
cin>>ch;
cout<<”The
ASCII code for the character ”<<ch<<” is ”<<(int)ch;
getch();
}
0 comments:
Post a Comment