Computer Science, asked by NANDITA2415, 1 year ago

Define string. How can it be represented in the system's memory?

Answers

Answered by Anonymous
1
In programming, a string is a contiguous (see contiguity) sequence of symbols or values, such as a character string (a sequence of characters) or a binary digit string (a sequence of binary values).

HOPE IT WILL HELP U DEAR ♥️
Answered by aqibkincsem
1

In the language of computer programming, we define string as a particular sequence or set of characters, which can either be literal constants or in the forms of variables.

As we know, computers are adapted to break or store information in the form of binary.

So information is stored in strings of bits in computers. And, these bits of string represent alphabets or letters or numbers, that you read.

Similar questions