Differentiate between a constructor and a destructor in c++.


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

Post New Answer

More C++ General Interview Questions

differance between copy & clon

1 Answers   Microsoft,


What is a down cast?

0 Answers  


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

15 Answers   NIC,


Why do we use string in c++?

0 Answers  


What is a constructor and how is it called?

0 Answers  






Why was c++ created?

0 Answers  


What is virtual methods?

0 Answers  


What is the role of C++ shorthand's?

0 Answers   TCS,


In C++ cout is: a) object b) class c) something else

11 Answers   Infosys, Lehman Brothers,


What relational operators if statements in c++?

0 Answers  


Can static member variables be private?

0 Answers  


Given the following function definition: int doit(int &x, int y, int &z) { x = 3*x; y = y + 5; z = x+y; return z - 4; } int a = 5, b = 7, c = 9, d = 11; d = doit(a,b,c);

2 Answers  


Categories