English, asked by hiteshrana22782, 6 months ago

a set of characters is called a. ​

Answers

Answered by rajputroshni3640
0

Answer:

Words, Sentence

Explanation:

Mark me brainliest follow me and thanks my answer please

Answered by AadilPradhan
0

A set of characters is called a string in computer programming.

  • A string is typically a sequence of characters in computer programming, either as a literal constant or as some sort of variable. The latter can either be constant in length or allow its elements to alter (after creation).
  • A string is sometimes implemented as an array data structure of bytes (or words) that contains a succession of elements, typically characters, using some character encoding.
  • A string is generally thought of as a type of data. More generic arrays or other sequence (or list) data types and structures may also be referred to by the term "string."
  • A string is referred to as a string literal or an anonymous string when it appears literally in source code.

A set of characters is called a string in computer programming.

#SPJ2

Similar questions