Can a constructor return a value?


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

Post New Answer

More C++ General Interview Questions

What is object slicing and how can we prevent it?

2 Answers   Tech Mahindra,


What is a stack? How it can be implemented?

0 Answers  


Explain the isa and hasa class relationships.

0 Answers  


find the two largest values among the 6 numbers using control structures : do-while,for,if else,nestedif- else ,while. one or two of them.

0 Answers  


What is the use of ‘using’ declaration?

1 Answers  






what does the following statement mean? int (*a)[4]

0 Answers  


When does the c++ compiler create temporary variables?

0 Answers  


Evaluate as true or false: !(1 &&0 || !1) a) True b) False c) Invalid statement

0 Answers  


write a program to add two numbers without using an arithmetic operator.

1 Answers   NIIT,


Write about the stack unwinding?

0 Answers  


What is #include cstdlib in c++?

0 Answers  


Why is c++ difficult?

0 Answers  


Categories