πŸ“Š Rust
Q. Which of the following is true about Rust's memory management?
  • (A) Uses garbage collection
  • (B) Manual memory allocation
  • (C) Ownership and borrowing
  • (D) Reference counting only
πŸ’¬ Discuss
βœ… Correct Answer: (C) Ownership and borrowing

Explanation: Rust uses ownership and borrowing to manage memory safely without a garbage collector.

Explanation by: Admin
Rust uses ownership and borrowing to manage memory safely without a garbage collector.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
39
Total Visits
πŸ“½οΈ
6 mo ago
Published
πŸŽ–οΈ
Admin
Publisher
πŸ“ˆ
96%
Success Rate