Question

The syntax of the insert method is ____.
a. string.Insert(value,startIndex)
b. Insert(startIndex,value).string
c. string.Insert(value).startIndex
d. string.Insert(startIndex, value)

Answer

This answer is hidden. It contains 1 characters.