1.

Which among the following is used for storage of unmanaged memory aspects?(a) BufferedStream(b) FileStream(c) MemoryStream(d) UnmanagedMemoryStreamThe question was posed to me in an interview.Asked question is from Byte Stream in division Console I/O Operations and Stream Classes of C#

Answer»

Correct option is (d) UnmanagedMemoryStream

Easy explanation - A byte STREAM that USES UNMANAGED MEMORY for storage.



Discussion

No Comment Found

Related InterviewSolutions