A

Admin • 828.03K Points
Coach

Q. Which function creates a mutable list in Kotlin?

  • (A) mutableList()
  • (B) listOfMutable()
  • (C) mutableListOf()
  • (D) listOf()
  • Correct Answer - Option(C)
  • Views: 4
  • Filed under category Kotlin
  • Hashtags:

Explanation by: Admin
mutableListOf() creates a list that can be modified after creation.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.