Q. Which keyword is used to return a value from a function in Rust?
β
Correct Answer: (A)
return
Explanation: Rust uses 'return' to return values from functions.