What is implicit conversion/coercion in c++?



What is implicit conversion/coercion in c++?..

Answer / 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

More C++ General Interview Questions

Which is better turbo c++ or dev c++?

0 Answers  


What is a storage class?

0 Answers  


Why use of template is better than a base class?

0 Answers  


What is a c++ class?

0 Answers  


What does new in c++ do?

0 Answers  






What are the classes in c++?

0 Answers  


How do you master coding?

0 Answers  


What is the auto keyword good for in c++?

0 Answers  


Can member data be public?

0 Answers  


What is the difference between #define debug 0 and #undef debug?

0 Answers  


What is cloning?

1 Answers  


What are the benefits of operator overloading?

0 Answers  


Categories