English, asked by devesh1129, 1 year ago

Character constants should be enclosed between ________

Answers

Answered by Sarthak701
9
character constant means char sample='a'; a is a character constant that is enclosed inside a single quote
Answered by mariospartan
7

Answer:

Single Quotes

Explanation:

The characters constants that are used in the programming are usually enclosed within single quotes. The single quotes are easily recognizable when comes in indicating a string, Although strings can also be enclosed within single quotes and most of the alphabet used can be considered single string but, using single quotes can differentiate between single alphabet, number or symbols from the words or number combination that are used in double quotes.

Similar questions