Discussion Forum : Kotlin
Question - Which is the right declaration to make a variable with the Character data type?
Options:
A .  val char = 'ABC'
B .  val char = "A"
C .  val char = 'A'
D .  val char = A
Answer: Option C

Submit Your Solution Below and Earn Points !
Next Question
Submit Your Solution hear:

Your email address will not be published. Required fields are marked *