Q. Which keyword is used for function annotations? (A) -> (B) : (C) @ (D) # ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) -> Explanation: `->` is used in function annotations to specify the return type.