S

Shyam Dubey • 3.70K Points
Extraordinary

Q. What is the output type of the format! macro?

  • (A) str
  • (B) char
  • (C) String
  • (D) usize
  • Correct Answer - Option(C)
  • Views: 4
  • Filed under category Rust
  • Hashtags:

Explanation by: Shyam Dubey
format! returns a new String containing the formatted text.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.