Vidyalelo
C# Programming · Q81

File Handling and Input Output in C Sharp

Programming · C# Programming · question 81

Q81

Which method in Console enables to read individual inputs directly from the keyboard in a non line buffered manner?

A.
Read()
B.
ReadKey()
Answer
C.
ReadLine()
D.
All of the mentioned

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board