uses of string function
Answers
Answered by
2
Explanation:
String functions are used in computer programming languages to manipulate a string or query information about a string (some do both). Most programming languages that have a string datatype will have some string functions although there may be other low-level ways within each language to handle strings directly.
Answered by
1
Answer:
string function is mainly used to store a group or set of characters in a program.
ex- String st="Pls Follow Me"
Similar questions