InterviewSolution
Saved Bookmarks
| 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 |
|