what is the range of charactet constant
Answers
Answered by
1
Explanation:
0 to 2000
0 to 2000The length of a character constant must be in the range of 0 to 2000. Each character occupies one byte of memory. If a character constant appears in a numeric context (such as an expression on the right side of an arithmetic assignment statement), it is considered a Hollerith constant
Answered by
50
The allowable range for integer constants is -32768 to 32767.
What is the character constant?
A "character constant" is formed by enclosing a single character from the representable character set within single quotation marks (' '). Character constants are used to represent characters in the execution character set.
Similar questions