Easy Programming Code
Easy Programming Code ,free download software with keys,c++ toturial,c++ codes and much more....
Pages
Home
Software
visual basic
Sunday, August 12, 2012
Display ASCII value of charactor in C++
#include<iostream.h>
void main()
{
char value;
cout<<"Enter the charactor\n";
cin>>value;
int num=value;
cout<<num;
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment