A

Admin • 802.91K Points
Coach

Q. Which of the following is NOT a Rust primitive type?

  • (A) u32
  • (B) i64
  • (C) char
  • (D) byte
  • Correct Answer - Option(D)
  • Views: 8
  • Filed under category Rust
  • Hashtags:

Explanation by: Admin
Rust does not have a primitive type named `byte`; `u8` is used instead.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.