as: Characters

1 
1 3.6.1 Character Constants
1 -------------------------
1 
1 There are two kinds of character constants.  A "character" stands for
1 one character in one byte and its value may be used in numeric
1 expressions.  String constants (properly called string _literals_) are
1 potentially many bytes and their values may not be used in arithmetic
1 expressions.
1 

Menu