Question

Q2: Assuming that the string object text contains the string "Hello!!! ", the "expression text.substr( 2 , 5 ) would return a string object containing the string:
a. "llo!! ".
b. "llo! ".
c. "ello! ".
d. "ello".

Answer

This answer is hidden. It contains 10 characters.