Vidyalelo
C# Programming · Q52

File Handling and Input Output in C Sharp

Programming · C# Programming · question 52

Q52

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

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

Answer: Option C

Solution

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