A

Admin • 831.35K Points
Coach

Q. Which type is used for dynamically sized arrays in Rust?

  • (A) Array
  • (B) Tuple
  • (C) Vec<T>
  • (D) List<T>
  • Correct Answer - Option(C)
  • Views: 10
  • Filed under category Rust
  • Hashtags:

Explanation by: Admin
`Vec<T>` is the growable array type provided by the Rust standard library.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.