R

Ram Sharma • 3.40K Points
Extraordinary

Q. What is the return type of `Console.ReadLine()`?

  • (A) char
  • (B) int
  • (C) string
  • (D) void

Explanation by: Ram Sharma
`Console.ReadLine()` returns a string containing the user input from the console.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.