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 is vectorial capacity?
How to declaring variables in c++?
daily Routine of father
What is one dimensional array in c++?
How can virtual functions in c++ be implemented?
give me an example for testing a program showing the test path .show how the test is important and complex.
Write about all the implicit member functions of a class?
Show the declaration for a static function pointer.
Explain the difference between abstract class and interface in c++?
What is flush () in c++?
Explain how a pointer to function can be declared in C++?
What is the exit function in c++?
What is the type of 'this' pointer? When does it get created?
How do I tokenize a string in c++?
What is constructor and destructor in c++?