What is searching? Explain linear and binary search.
No Answer is Posted For this Question
Be the First to Post Answer
What are destructors?
What is a template in c++?
What is a dynamic binding in c++?
whats the size of class EXP on 32 bit processor? class EXP { char c1; char c2; int i1; int i2; char *ptr; static int mem; };
Which sort does c++ use?
Why Pointers are not used in C++?
I need to find a specific string between two strings how do I do it?
How does list r; differs from list r();?
What is an orthogonal base class in c++?
Write a function which takes a character array as input and reverses it in place.
2 Answers Lehman Brothers, Vision Infotech,
In java a final class is a class that cannot be derived. How can you make a similar class in C++
Explain about Garbage Collector?