6. __________ is a sequence of characters.
Answers
Answered by
4
Answer:
String
Explanation:
In computer programming, a string is traditionally a sequence of characters, either as a literal constant or as some kind of variable. ... In formal languages, which are used in mathematical logic and theoretical computer science, a string is a finite sequence of symbols that are chosen from a set called an alphabet.
Answered by
0
Concept:
The string can be described as a one-dimensional array of characters with a null ('0') at the end. To modify text, such as words or phrases, the character array or string is employed. Each character in the array consumes one byte of memory, and the last character must always be 0.
Find:
Fill in the blank.
Solution:
The string is the sequence of characters.
#SPJ3
Similar questions