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
AnswerD.
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