How a pointer differs from a reference?


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

Post New Answer

More C++ General Interview Questions

Describe the advantage of an external iterator.

0 Answers  


What is static function and static class?

4 Answers   HCL,


how to connect with oracle 9i with server in socket program in c/c++

0 Answers   3i Infotech,


What is binary search in c++?

0 Answers  


What is vector pair in c++?

0 Answers  






What is meant by a delegate?

0 Answers  


Write a program using display() function which takes two arguments.

0 Answers  


What is the difference between static link library and dynamic link library?

7 Answers   Tech Mahindra,


How const functions will be treated by compiler?

3 Answers   Symphony,


i want the NIC programmer-B model papaer pattren, iwant the all model papers?

15 Answers   NIC,


Write about the local class and mention its use?

0 Answers  


class X { public: int x; static void f(int z); }; void X::f(int y) {x=y;} What is the error in the sample code above? a) The class X does not have any protected members. b) The static member function f() accesses the non-static z. c) The static member function f() accesses the non-static x. d) The member function f() must return a value. e) The class X does not have any private members.

2 Answers   Quark,


Categories