Answer:
Option (b) is the correct answer.
Step-by-step explanation:
Here in option "D", "C" language is used, so the answer is given on the behalf of "C" language and in "C" language, the String is written in double quotes which are opposite of option "b" hence it is a wrong statement. hence it is the correct option for this question.
The String is also called a word in the English language which is made of character. So in C programming language, a user needs to create a character array to store the string because the array is used to create multiple variables of the same type and variable is used to store the data.
In any programming language character array is used to store the string but for back-end and the user uses String data type for the front-end.
- Option a states that the string is made up of character, letter, digits and special symbol which is correct.
- Option c states that a string is assigned on the character array which is correct.
- Option d states that the last character of the "String" is the "NULL" character which is also right.