Vidyalelo
Computer Science · Q59

Kotlin Programming MCQ for Competitive Exams, Interviews, and Certifications

Engineering and GATE · Computer Science · question 59

Q59

What is the purpose of the inline keyword in Kotlin?

A.
To allow a function to be called recursively
B.
To allow a function to be called from another module
C.
To allow a function to be inlined at the call site
Answer
D.
To allow a function to be declared as private

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board