1.

List The Basic Data Types Of Kotlin?

Answer»

DATA types of a constant or variable decide what TYPE of variable it is and how much space is REQUIRED to store it.

The BASIC data types in Kotlin are:

  • Numbers
  • Characters
  • STRINGS
  • Arrays
  • Booleans

Data types of a constant or variable decide what type of variable it is and how much space is required to store it.

The basic data types in Kotlin are:



Discussion

No Comment Found