A

Admin • 831.35K Points
Coach

Q. Which type of variable can be reassigned in Rust?

  • (A) let
  • (B) const
  • (C) mut
  • (D) static
  • Correct Answer - Option(C)
  • Views: 17
  • Filed under category Rust
  • Hashtags:

Explanation by: Admin
Using `mut` with `let` allows reassignment.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.