Answer Posted / kuvaibhav
In addition to all of above, you can use 'strip' utility in
*nix to remove symbols from objects. It is usually done
before shipping executables to customers.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Explain how would you handle a situation where you cannot call the destructor of a local explicitly?
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
Assume studentNames and studentIDs are two parallel arrays of size N that hold student data. Write a pseudocode algorithm that sorts studentIDs array in ascending ID number order such that the two arrays remain parallel.
Explain the difference between static and dynamic binding of functions?
Should you pass exceptions by value or by reference?
What you know about structures in C++?
Explain selection sorting. Also write an example.
How java is different from c and c++?
Write a corrected statement in c++ so that the statement will work properly. if (4 < x < 11) y=2*x;
Is c++ an oop?
Explain queue. How it can be implemented?
What is #include math h in c++?
What is the difference between a type-specific template friend class and a general template friend class?
Can a built-in function be recursive?
Do vectors start at 0 c++?