InterviewSolution
Saved Bookmarks
| 1. |
Which property among the following represents the current position of the stream?(a) long Length(b) long Position(c) int Length(d) all of the mentionedThe question was asked in my homework.Question is taken from Byte Stream in section Console I/O Operations and Stream Classes of C# |
|
Answer» The correct ANSWER is (a) long LENGTH |
|