What are the uses of pointers?
No Answer is Posted For this Question
Be the First to Post Answer
Is c++ slower than c?
Can you explicitly call a destructor on a local variable?
What is the use of endl?
const char * char * const What is the differnce between the above two?
What is the keyword auto for?
What should main() return in c and c++?
What issue do auto_ptr objects address?
Differentiate between the message and method?
What is the size of a vector?
Which one of the following describes characteristics of "protected" inheritance? a) The base class has access only to the public or protected members of the derived class. b) The derived class has non-public, inheritable, access to all but the private members of the base class. c) The derived class has access to all members of the base class. d) The private members of the base class are visible within the derived class. e) Public members of the derived class are privately accessible from the base class.
What is binary search in c++?
Write any small program that will compile in "C" but not in "C++"?