Computer Science, asked by deviasha, 4 months ago

5. Long answer :- What is string data type? ​

Answers

Answered by hsstg9bmhec332
1

Answer:

String

Explanation:

Answered by riyakaramchandani05
2

Most programming languages have a data type called a string, which is used for data values that are made up of ordered sequences of characters, such as "hello world". A string can contain any sequence of characters, visible or invisible, and characters may be repeated. ... A string can be a constant or variable .

For example, the word "hamburger" and the phrase "I ate 3 hamburgers" are both strings. Even "12345" could be considered a string, if specified correctly

Similar questions