A

Admin • 802.91K Points
Coach

Q. Which macro prints to standard error in Rust?

  • (A) print!
  • (B) eprint!
  • (C) println!
  • (D) stderr!
  • Correct Answer - Option(B)
  • Views: 4
  • Filed under category Rust
  • Hashtags:

Explanation by: Admin
`eprint!` and `eprintln!` send output to standard error.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.