A symbol is an elementary unit, a certain set of which carries a certain meaning. The C ++ programming language provides for the use of symbolic constants. A character constant is an integer value (of type int) represented as a character enclosed in single quotes, for example, 'a'. The ASCII table shows the characters and their integer values.
Comments
Leave a comment