Computer Science, asked by yasaswini7628, 1 year ago

What is a string in computer programming?

Answers

Answered by D33PANWAR1
0
In computer programming, a string is traditionally a sequence of characters, either as a literal constant or as some kind of variable. The latter may allow its elements to be mutated and the length changed, or it may be fixed (after creation).
Similar questions