Q. Which of the following is true about Rust's memory management?
β
Correct Answer: (C)
Ownership and borrowing
Explanation: Rust uses ownership and borrowing to manage memory safely without a garbage collector.