If two index are given as argument to substring function then ___________________

If two index are given as argument to substring function then ___________________ Correct Answer String starting from first index and ending at second index position

A value of string type is returned from this function. The returned string is a substring that starts from the first argument position, till the second index position. The indices must be less than the length of actual string.

Related Questions