Computer Science, asked by mpiyushjain643, 5 hours ago

in c are sequences of character that represent constant value to be stored in variables​

Answers

Answered by juitalwarkar
1

Answer:

In computer programming, a string is traditionally a sequence of characters, either as a literal constant or as some kind of variable.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