Computer Science, asked by surbhichaudhary874, 7 months ago

What is a string?व्हाट इज ए स्ट्रिंग ​

Answers

Answered by msmaan609
0

Answer:

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

Answered by itskashifakhtar
0

The C programming language has a set of functions implementing operations on strings in its standard library. Various operations, such as copying, concatenation, tokenization and searching are supported.

Similar questions