Answer Posted / vk
Using explicit keyword in the constructor
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
How do you define/declare constants in c++?
What is the use of setprecision in c++?
Do you know what are the new features that iso/ansi c++ has added to original c++ specifications?
Explain the difference between c & c++?
How to declaring variables in c++?
What is the output of the following program? Why?
What is the operator in c++?
What is the protected keyword used for?
Is c++ the hardest programming language?
What is the use of :: operator in c++?
What should main() return in c and c++?
What are the advantages of using a pointer? Define the operators that can be used with a pointer.
What does return 0 do in c++?
What is a float in c++?
Explain selection sorting. Also write an example.