ASCII code checker | ASCII code finder

# include <iostream>
using namespace std;
void main(){

char character;


cout<<"Please enter the Character: ";
cin>>character;

int code=character; // for ASCII codes
cout<<"The ASCII code of this character is: "<<code<<endl;


}

Comments

Popular posts from this blog

Umbrella activities in Software Engineering

Operating System | Best Definition of Opetating System