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
Explain the use of this pointer?
Why do we need runtime polymorphism in c++?
Draw a flow chart and write a program for the difference between the sum of elements with odd and even numbers. Two dimensional array.
Who created c++?
Why the usage of pointers in C++ is not recommended ?
What is the difference between C and CPP?
Why Pointers are not used in C++?
Describe the advantages of operator overloading?
What causes a runtime error c++?
Array base access faster or pointer base access is faster?
Tell me an example where stacks are useful?
What are the advantage of using register variables?
What is a map in c++?
How to declare an array of pointers to integer?
What is the error in the code below and how should it be corrected?