Answer Posted / hrpynux@gmail.com
Implicit type conversion (also called automatic type conversion or coercion) is performed automatically by the compiler when one data type is required, but a different data type is supplied. The vast majority of type conversions in C++ are implicit type conversions.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can we use this pointer in a class specific, operator-overloading function for new operator?
How can we read/write Structures from/to data files?
In a function declaration what does extern means?
What is the main purpose of c++?
What are containers in c++?
What is an adjust field format flag?
Write about the various sections of the executable image?
How compile and run c++ program in turbo c++?
Explain the virtual inheritance in c++.
Which programming language is best?
When do you call copy constructors?
What is time h in c++?
If a function doesn’t return a value, how do you declare the function?
What is the outcome of cout< a) 16 b) 17 c) 16.5
What is an operator function? Describe the function of an operator function?