A Admin • 828.03K Points Coach Q. What is the result of `let a = &5;` in Rust? (A) Move the value 5 (B) Create a reference to 5 (C) Create a mutable reference (D) Create a raw pointer Correct Answer - Option(B) Views: 5 Filed under category Rust Hashtags: Share Manage Tags
Discusssion
Login to discuss.