Give 2 examples of a code optimization?

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


Please Help Members By Posting Answers For Below Questions

What are c++ storage classes?

789


What is the two main roles of operating system?

709


What is vector processing?

890


Why is polymorphism useful?

781


What is pure virtual function?

805


List the features of oops in c++?

752


What is size_type?

709


List the merits and demerits of declaring a nested class in C++?

775


Write a program for Divide a number with 2 and Print the output ( NOTE: Check for divide by zero error).

846


What type of question are asked in GE code writing test based on c++ data structures and pointers?

3692


What is split a string in c++?

895


What is a list c++?

789


Will this c++ program execute or not?

787


How does the copy constructor differ from the assignment operator (=)?

831


Do class declarations end with a semicolon? Do class method definitions?

845