Sail E0 Webinar
Question
Which method of character stream class returns the numbers of characters successfully read starting at count?
Options:
A .  int Read()
B .  int Read(char[] buffer, int index, int count)
C .  int ReadBlock(char[ ] buffer, int index, int count)
D .  None of the mentioned
Answer: Option B


Attempts to read the count characters into buffer starting at buffer[count], returning the number of characters successfully read.



Was this answer helpful ?
Next Question

Submit Solution

Your email address will not be published. Required fields are marked *

Latest Videos

Latest Test Papers