Can a constructor return a value?
Answer / nashiinformaticssolutions
It is possible for a constructor to return a value. A constructor cannot explicitly return a value; instead, it implicitly replaces the current instance of the class.
| Is This Answer Correct ? | 0 Yes | 0 No |
When does the c++ compiler create temporary variables?
Should I learn c or c++ first?
Is recursion allowed in inline functions?
Explain mutable storage class specifier.
What is the best c c++ compiler for windows?
Why do we use double in c++?
What are the main features of c++?
How do you find out if a linked-list has an end?
wrong statement about c++ a)code removably b)encapsulation of data and code c)program easy maintenance d)program runs faster
Define token in c++.
How long does this loop run: for(int x=0; x=3; x++) a) Never b) Three times c) Forever
17 Answers Datavance, Quark, VEL, Wipro,
What is size_type?