What is character in C Language

Definition: A character in C language is any alphabet, digit or special symbol used to represent information.

For example:
Alphabets: A, B, C, D, E ............................ X, Y, Z.
                 a, b, c, d, e, f .............................w, x, y, z.
Digits:       0, 1, 2, 3, 4, 5, 6, 7, 8, 9.

Special Symbols: ! @ # $ % ^ & * ( ) _ + = [ ] { } , < > . / ? " ' : ; \ |

 Number 32 is not a character. Rf is not a character.

Popular posts from this blog