InterviewSolution
Saved Bookmarks
| 1. |
Which one is always faster in writing on C++?(a) Writing to a file(b) Writing to memory(c) Reading from the network(d) Deleting a fileI got this question during an interview.The doubt is from Buffering in section Strings, Streams & Numerics in C++ of C++ |
|
Answer» Correct choice is (b) Writing to MEMORY |
|