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
Define pointers?
What are the 3 levels of programming languages?
Which coding certification is best?
What are the comments in c++?
Array base access faster or pointer base access is faster?
What is a template in c++?
Can you be bale to identify between straight- through and cross- over cable wiring? And in what case do you use straight- through and cross-over?
write a function signature with various number of parameters.
Difference between pointer to constant and constant pointer to a constant. Give example.
A mXn matrix is given and rows and column are sorted as shown below.Write a function that search a desired entered no in the matrix .with minimum complexity 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
What is the outcome of cout< a) 16 b) 17 c) 16.5
What is switch case in c++ syntax?
Is atoi safe?
What is null pointer and void pointer and what is their use?
What is the fastest c++ compiler?