Total Questions : 10
Expected Time : 10 Minutes

1. Which Rust data type is used for boolean values?

2. What is the purpose of the 'as' keyword in Rust?

3. What is the ownership system in Rust designed to prevent?

4. Explain Rust's concept of ownership and borrowing in the context of mutable and immutable references.

5. What is the primary purpose of the 'Cow' type in Rust?

6. What is the ownership system in Rust, and how does it prevent memory issues?

7. What are Rust's unsafe blocks, and in what scenarios are they used?

8. Elaborate on Rust's concept of lifetimes and how it avoids dangling references.

9. In Rust, how do you print to the standard output?

10. In Rust, what is the role of the 'mod' keyword?