S

Shyam Dubey • 3.70K Points
Extraordinary

Q. Which function reads user input from the console?

  • (A) stdin().read_line()
  • (B) input()
  • (C) console.read()
  • (D) scan()
  • Correct Answer - Option(A)
  • Views: 6
  • Filed under category Rust
  • Hashtags:

Explanation by: Shyam Dubey
stdin().read_line() is used to read a line of input from the user.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.