Define a constructor?


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

Post New Answer

More C++ General Interview Questions

What is a static member?

0 Answers  


What should main() return in c and c++?

0 Answers  


Define a nested class. Explain how it can be useful.

0 Answers  


How do you flush std cout?

0 Answers  


int main() { int i ,a[i]; i = 0; a[i] = 10; cout<< a[i] << endl; return 0; } What will be output of this program?

11 Answers   HCL, Mphasis,






What is object file? How can you access object file?

0 Answers  


What is an inline function in c++?

0 Answers  


What is algorithm in c++ programming?

0 Answers  


What are containers in c++?

0 Answers  


What is lambda in c++?

0 Answers  


What does override mean in c++?

0 Answers  


Explain how overloading takes place in c++?

0 Answers  


Categories