Answer Posted / lylez00
Don't include unnecessary header files.
Don't link with unneccesary object files.
| Is This Answer Correct ? | 16 Yes | 2 No |
Post New Answer View All Answers
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
In c++, what is the difference between method overloading and method overriding?
If there are two catch statements, one for base and one for derived, which should come first?
What is the use of function pointer?
What is the disadvantage of using a macro?
what is Loop function? What are different types of Loops?
What does flush do c++?
How does java differ from c and c++?
When should overload new operator on a global basis or a class basis?
Can a program run without main in c++?
What is type of 'this' pointer? Explain when it is get created?
Explain binary search.
Show the declaration for a static member variable.
What is std :: endl?
What is the latest version on c++?