What is the difference between reference and pointer?


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

Post New Answer

More C++ General Interview Questions

What is scope resolution operator in c++ with example?

0 Answers  


Discuss the possibilities related to the termination of a program before entering the mainq method?

0 Answers  


What is difference between class and structure in c++?

0 Answers  


How to change constant values?

6 Answers   Huawei, Symphony,


Difference between declaration and definition of a variable.

0 Answers  






Difference between Top down and bottom up approaches for a given project ?

14 Answers   BSNL, CSC, HCL, HP, IIT, Infosys, Siemens,


What is boyce codd normal form in c++?

0 Answers  


write a C++ programming :if the no is between 32 to 50 it will be odd.

3 Answers   NIIT,


Evaluate: int fn(int v) { if(v==1 || v==0) return 1; if(v%2==0) return fn(v/2)+2; else return fn(v-1)+3; } for fn(7); a) 10 b) 11 c) 1

4 Answers   Quark,


Explain terminate() function?

0 Answers  


What are the various storage classes in C++?

0 Answers   Fidelity,


Explain the static member function.

0 Answers  


Categories