Kotlin - Data Types
What will this Kotlin code print?
val x = 0b1010_1010 val y = 0x4B println(x - y)
val x = 0b1010_1010 val y = 0x4B println(x - y)
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions