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
Define a nested class.
What are the advantages of early binding?
Define anonymous class.
What is c++ used for in games?
What is vectorial capacity?
Write about the scope resolution operator?
What is a container class?
Name the debugging methods that are used to solve problems?
How did c++ start?
What is a static member?
Explain linked list using c++ with an example?
Can we use this pointer inside static member function?
What is this weird colon-member (" : ") syntax in the constructor?
Explain dangling pointer.
What is a down cast?