Quiz: Functions
Test your understanding of the concepts discussed in this chapter.
1
What is the output of this code?
fun a() {}
fun main() {
val result = a()
println(result)
}
A)
null
B)
kotlin.Unit
C)
Undefined
D)
The code will not compile.
Question 1 of 50 attempted
Get hands-on with 1400+ tech skills courses.