If only one parameter is passed to substring function then __________________

If only one parameter is passed to substring function then __________________ Correct Answer It returns the string from specified index till the end

The substring function returns a string value. The string is the substring starting from the specified index till the end. The substring function have to be called with the object of string class.

Related Questions