Answer Posted / nimish singh
A conversion constructor declared with the explicit keyword. The compiler does not use an explicit constructor to implement an implied conversion of types. It's purpose is reserved explicitly for construction.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What apps are written in c++?
What are arrays c++?
what are function pointers?
What is the difference between #import and #include in c++?
What is == in programming?
What are the four partitions in which c++ compiler divides the ram?
write a programme to get a character and thier ASCII value
Is it possible to use a new for the reallocation of pointers ?
Write a c program for binary addition of two 8 bit numbers.
How can I learn dev c++ programming?
What is flush programming?
What is c++ good for?
What is the insertion operator and what does it do?
What is c++ map?
Which sort is best for the set: 1 2 3 5 4 a) Quick Sort b) Bubble Sort c) Merge Sort