Q. Which keyword is used for function annotations?
β
Correct Answer: (A)
->
Explanation: `->` is used in function annotations to specify the return type.