What is implicit conversion/coercion in c++?
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 |
How to access a variable of the structure?
Explain all the C++ concepts using examples.
when can we use copy constructor?
what you know about c++?
We use library functions in the program, in what form they are provided to the program?
When to use “const” reference arguments in a function?
Why do we learn c++?
What is the difference between the indirection operator and the address of oper-ator?
Explain stack unwinding.
Can a constructor throw a exception? How to handle the error when the constructor fails?
How do I use turbo c++?
Generally variables are stored in heap memory. When he variables are created in stack?