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
What are the c++ access specifiers?
Which field is used in c++?
Why is c++ still best?
Is c++ map a hash table?
What is the best free c++ compiler for windows?
What is c++ runtime?
What is c++ coding?
Explain the concept of friend function in c++?
What is the difference between while and do while loop? Explain with examples.
What is the standard template library (stl)?
How can you prevent accessing of the private parts of my class by other programmers (violating encapsulation)?
How many different levels of pointers are there?
What can I safely assume about the initial values of variables which are not explicitly initialized?
What does the following code do: int c=0; cout< a) Undefined *Updated* b) 01 c) 00
What is lambda expression c++?