Vidyalelo
C# Programming · Q53

File Handling and Input Output in C Sharp

Programming · C# Programming · question 53

Q53

Which method among the following returns the integer if no character is available?

A.
int peek()
Answer
B.
int read()
C.
string ReadLine()
D.
none of the mentioned

Answer: Option A

Solution

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