What is constructor in C++?


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

Post New Answer

More C++ General Interview Questions

What is fixed in c++?

0 Answers  


the maximum length of a character constant can be a) 2 b) 1 c) 8

0 Answers  


Explain bubble sorting.

0 Answers  


What is OOPs

12 Answers   CA,


What are move semantics?

0 Answers  






If all is successful, what should main return a) 0 b) 1 c) void

0 Answers  


write a program that takes 5 digit no and calculate 2 power that no and print it.

3 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  


Why is c++ still best?

0 Answers  


what is the use of void main() in C++ language?

0 Answers  


Differentiate between late binding and early binding. What are the advantages of early binding?

0 Answers  


Incase of a function declaration, what is extern means?

0 Answers  


Categories