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

Best explanation: This PROPERTY contains the length of the STREAM. This property is read-only.



Discussion

No Comment Found

Related InterviewSolutions