Q. What is the purpose of the 'cargo' tool in Rust?
β
Correct Answer: (C)
Package management and building
Explanation: 'cargo' is Rust's package manager and build system.