A Admin • 802.91K Points Coach Report Q. What does the `String::from("hello")` function do? (A) Returns a static string (B) Creates a new `&str` (C) Creates a heap-allocated `String` (D) Returns a `char` Correct Answer - Option(C) Views: 5 Filed under category Rust Hashtags: Share Manage Tags
Discusssion
Login to discuss.