When would you use a pointer? A reference?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between creating an object, using 'new' and using 'malloc'?
Write a C++ Program to Reverse a Number using while loop.
What is constant keyword in C++? Illustrate its various uses.
0 Answers Akamai Technologies, Infogain,
What Is A Conversion Constructor C++ ?
How does free know the size of memory to be deleted
What is Copy Constructor?
What is wrong with this statement? std::auto_ptr ptr(new char[10]);
How does stack look in function calls? Write a recursive function call, how will the stack look like?
What is conversion constructor in C++
How to input string in C++
If class D is derived from a base class B
What is a COPY CONSTRUCTOR and when is it called?