Vidyalelo
C# Programming · Q63

File Handling and Input Output in C Sharp

Programming · C# Programming · question 63

Q63

Which method of character stream class returns the numbers of characters successfully read starting at count?

A.
int Read()
B.
int Read(char[] buffer, int index, int count)
Answer
C.
int ReadBlock(char[ ] buffer, int index, int count)
D.
none of the mentioned

Answer: Option B

Solution

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