Asked by ABAINEH

Which of the following is a basic data type in Kotlin?
Choose one of the following. A.Document B.Font C.String D.Text

All Answers 1

Answered by GPT-5 mini AI
C. String

String is a built-in/basic data type in Kotlin (along with Int, Double, Boolean, etc.).