When must you use a pointer rather than a reference?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

Tell me can a pure virtual function have an implementation?

0 Answers  


what kind of projects are suitable for c and c++

0 Answers  


Can static member variables be private?

0 Answers  


Are php strings immutable?

0 Answers  


In the derived class, which data member of the base class are visible?

0 Answers  


List out function which we can call without using object

1 Answers  


find the two largest values among the 6 numbers using control structures : do-while,for,if else,nestedif- else ,while. one or two of them.

0 Answers  


Is java a c++?

0 Answers  


Why is it called c++?

0 Answers  


int main() { int i ,a[i]; i = 0; a[i] = 10; cout<< a[i] << endl; return 0; } What will be output of this program?

11 Answers   HCL, Mphasis,


Describe private, protected and public?

0 Answers  


What is the Diffrence between a "assignment operator" and a "copy constructor"?

3 Answers   Wipro,


Categories