ASCII characters - This is the set familiar from the dawn of computing; all of these characters correspond to keyboard keys.
- 0-31 are control characters.
- 32 is the space.
- 48-57 are numbers.
- 65-90 are upper-case letters.
- 97-122 are lower-case letters.
- Rest are punctuation and symbols.
Note:-
Some of the characters are not displayable like \a (or Beep,
used to produce a beep sound) , \b (or Backspace) etc.
Below are some of the displayable characters shown.
Compiler Used - TURBO C++ Version 3.0
Download the source code and exe files from here.
No comments:
Post a Comment