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

show that among any group of five (not necessary consecutive ) integers, there are two with the same remainder when divided by 4.

1 Answers  


How can you specify a class in C++?

0 Answers  


What is a hashmap c++?

0 Answers  


How do you flush std cout?

0 Answers  


What are the advantages of C++ programming compared to C programming?

2 Answers   HAL,






can anybody please tell me how to write a program in c++,without using semicolon(;)

6 Answers   NIIT,


Which header file allows file i/o with streams a) fileio.h b) iostream.h c) fstream.h

0 Answers  


What is const in c++?

0 Answers  


write a C++ programming using for loop: * * * * * * * * * *

4 Answers   TCS,


How the memory management in vectors are being done. What happens when the heap memory is full, and how do you handle it ?

0 Answers   Yahoo,


What is the limitation of cin while taking input for character array?

0 Answers  


What are the types of STL containers?

4 Answers  


Categories