-moz-user-select:none; -webkit-user-select:none; -khtml-user-select:none; -ms-user-select:none; user-select:none;

Thursday 9 April 2015

ASCII character codes in C++

Hello and Asalam o Alikum. I hope you all are fine by the grace of Allah Almighty.
Today I am here with a new program that is about character codes in ASCII.
ASCII(American Standard Code for Information Interchange) is a coding scheme in computer programming.It is used to represent different characters.
Each character has a different code assigned to it.e.g.,
A=65
B=66
C=67
D=68 and so on........
By practicing the below code,you would be able to understand the concept of character codes in ASCII.

Source code

khgamujtaba,C++,ASCII character codes

Output

khgamujtaba,C++,ASCII character codes


No comments:

Post a Comment