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

What is the difference between #import and #include?

0 Answers  


Generally variables are stored in heap memory. When he variables are created in stack?

4 Answers   Persistent,


How the keyword struct is different from the keyword class in c++?

0 Answers  


Is c++ a good first language to learn?

0 Answers  


Describe private, protected and public – the differences and give examples.

0 Answers  


Explain shallow copy?

0 Answers  


Which is the best c++ compiler for beginners?

0 Answers  


What is a concrete class?

1 Answers  


What is null pointer and void pointer?

0 Answers  


C is to C++ as 1 is to a) What the heck b) 2 c) 10

0 Answers  


Write a Program for read a line from file from location N1 to N2 using command line arguments. Eg:exe 10 20 a.c

0 Answers  


Explain the concept of inheritance in C++.

3 Answers  


Categories