Explain method of creating object in C++ ?


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

Post New Answer

More C++ General Interview Questions

True or false, if you keep incrementing a variable, it will become negative a) True b) False c) It depends

0 Answers  


What is std :: endl?

0 Answers  


What is a multiset c++?

0 Answers  


What is switch case in c++ syntax?

0 Answers  


Explain static and dynamic memory allocation with an example each.

0 Answers  






What is a constructor initializer list and when we use constructor initializer list?

3 Answers   Soft Info, TCS,


What is pointer to member?

0 Answers  


Will this c++ program execute or not?

0 Answers  


What is the advantage of c++ over c?

0 Answers  


What is a virtual destructor? Explain the use of it?

0 Answers  


Will a recursive function without an end condition every quit, in practice a) Compiler-Specific (Some can convert to an infinite loop) b) No c) Yes

0 Answers  


Can we use struct in c++?

0 Answers  


Categories