What are disadvantages of pointers?


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

Post New Answer

More C++ General Interview Questions

What is fixed in c++?

0 Answers  


What is data structure in c++?

0 Answers  


Explain the difference between abstract class and interface in c++?

0 Answers  


What is cout flush?

0 Answers  


Write a c++ code that will calculate the roots of a quadratic equation a2+ bx+c=0 Hint: d = sqrt (b2-4ac), and the roots are: x1 = (€“b + d)/2a and x2 = (€“b €“ d)/2a (use sqrt function from cmath.h )?

0 Answers   Maxobiz,


What is class definition in c++ ?

0 Answers  


Explain deep copy and a shallow copy?

0 Answers  


Where are setjmp and longjmp used in c++?

0 Answers  


How can virtual functions in c++ be implemented?

0 Answers  


What is the standard template library (stl)?

3 Answers  


what is object?

7 Answers  


Can recursive program be written in C++?

0 Answers  


Categories