Computer Science for IGCSE & O level - Programming (Section 4 - No. 13)

Which of the following is NOT a common string method?
Substring
Length
Append
ToUpper

Explanation

Append isn't a standard string method; it's often related to lists or mutable data structures, not strings.

Comments (0)

Advertisement