Answer Posted / mms zubeir
I would like to quote two things from the same area.
1. Read/Write chunks from/into a file instead of byte by
byte reading.
2. Aquire resources late and relieve it early. Example, if
you want to use a file, open the file as late as possible
and release it as early as possible after use.
Is This Answer Correct ? | 12 Yes | 1 No |
Post New Answer View All Answers
What are c++ storage classes?
What is the two main roles of operating system?
What is vector processing?
Why is polymorphism useful?
What is pure virtual function?
List the features of oops in c++?
What is size_type?
List the merits and demerits of declaring a nested class in C++?
Write a program for Divide a number with 2 and Print the output ( NOTE: Check for divide by zero error).
What type of question are asked in GE code writing test based on c++ data structures and pointers?
What is split a string in c++?
What is a list c++?
Will this c++ program execute or not?
How does the copy constructor differ from the assignment operator (=)?
Do class declarations end with a semicolon? Do class method definitions?