What is the difference between a reference and a pointer?


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

Post New Answer

More C++ General Interview Questions

Explain how a pointer to function can be declared in C++?

0 Answers  


Incase of a function declaration, what is extern means?

0 Answers  


What is the Maximum Size that an Array can hold?

55 Answers   Adobe, FutureSoft, HCL, Infosys, Satyam, TCS, Wipro,


Can you please explain the difference between using macro and inline functions?

0 Answers  


What is the difference between object-oriented programming and procedural programming?

0 Answers  






what is the size of this class class size { public: char data1; double d; int data2; char data3; double data4; short data5; }; please explain the padding for these double variables.

9 Answers  


What is cin clear () in c++?

0 Answers  


Brief explaination about #include<iostream.h>, cin and cout

3 Answers  


What does h mean in maths?

0 Answers  


How does class accomplish data hiding in c++?

0 Answers  


What is ios class in c++?

0 Answers  


Can we make copy constructor private in c++?

0 Answers  


Categories