Computer Science, asked by sujathaganesansuji, 1 month ago

how to character constants represented in c​

Answers

Answered by jagadeesh222
0

Answer:

A "character constant" is formed by enclosing a single character from the representable character set within single quotation marks (' '). ...

character-constant: ' c-char-sequence '

L' c-char-sequence '

c-char: Any member of the source character set except the single quotation mark ('), backslash (\), or newline character.

Answered by harshini196
1

Explanation:

Constants refer to fixed values that the program may not alter during its execution. These fixed values are also called literals. Constants can be of any of the basic data types like an integer constant, a floating constant, a character constant, or a string literal. There are enumeration constants as well. ok please make me bralinist votes

Similar questions