The correct option is (d) String starting from first index and ending at second index position
Easy explanation - 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.