String Handling Functions (4 marks)
Describe what each of the following string handling functions does, and write a line of pseudocode for each that demonstrates its use: len(string) mid(string, start, length) instring(substring, string)
String Handling Functions (4 marks) Read More »