Computer Science, asked by Akokba, 8 hours ago

What is a string?
In terms of computer​

Attachments:

Answers

Answered by AbhiThakur07
1

Explanation:

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 .

Similar questions