InterviewSolution
Saved Bookmarks
| 1. |
Select the method which returns the number of bytes from the array buffer:(a) void WriteByte(byte value)(b) int Write(byte[] buffer, int offset, int count)(c) write()(d) none of the mentionedI got this question in semester exam.Query is from Introduction of Stream Classes topic in division Console I/O Operations and Stream Classes of C# |
| Answer» | |