ObjectiveMcq
Print Protected
This page is protected for print. Use the website to view the content.
Which keyword is used in Kotlin to declare a mutable variable?
Correct Answer: C — var
In Kotlin, the var keyword is used to create a mutable variable. You can change the value of a var after its initial assignment.