Computer Science, asked by aherrajaram815, 1 month ago

Write short note on: String opertors​

Answers

Answered by rai2006
1

Answer:

String Operations

The Addition operator, “+”, can be used to concatenate strings together. The STRING function is used to format data into a string. The READS procedure can be used to read values from a string into IDL variables. The ToLower() method returns a copy of the string converted to lowercase.

Similar questions