Multiple choice

Which of the following is the group of characters, digits and symbols enclosed in quotation marks?

  1. String

  2. Character constant

  3. Character set

  4. Identifiers

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

In C language, the group of characters, digits and symbols are enclosed within quotation marks called as strings. The string is always declared as character array. In other words, character array is also a string. A string is a sequence of characters. For e.g. “Hello”, “432”, etc.