SSC
COMPUTER
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
____ is a type of programming data that represents text
|
Basic
|
|
Syntax
|
|
Argument
|
|
String
|
Explanation:
Detailed explanation-1: -A string represents alphanumeric data. This means that a string can contain many different characters, but they are all considered as if they were text, even if the characters are numbers.
Detailed explanation-2: -String (str or text) It is a sequence of characters and the most commonly used data type to store text.
Detailed explanation-3: -To store text we use a STRING data type. Think of a word or sentence as just a list (string) of characters.
Detailed explanation-4: -The char data type in C It is most commonly used to represent the characters from the ASCII chart.
There is 1 question to complete.