A

Admin • 828.03K Points
Coach

Q. Which method is used to get a part of the string starting from a specific index?

  • (A) substring(int)
  • (B) slice(int)
  • (C) subString(int, int)
  • (D) cut(int)

Explanation by: Admin
substring(int) returns the part of the string starting from the specified index.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.