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
Explain the problem with overriding functions
what is software cycle? What is a mission critical system ? What is the important aspect of a real-time system ? Explain the difference between microkernel and macro kernel. Give an example of microkernel.Why paging is used ? Which is the best page replacement algo and Why ? What is software life cycle ? How much time is spent usually in each phases and why Which one do U want to work if selected in Honeywell ? Which are the different types of testing ? What is a distributed system ? Some questions about CSP. Which languages do U know ? What are the differences between Pascal and C. questions from Compiler construction and Lisp. Which are the different computer architecture? What is the requirement in MIMD ? What is the difference between RISC and CISC processors ? Difference between loosely coupled and tightly coupled systems ? What is an open system?
Where and why do I have to put the "template" and "typename" keywords?
What is difference between rand () and srand ()?
What is static function? Explain with an example
Inline parameters : What does the compiler do with the parameters of inline function, that can be evaluated in runtime ?
How should runtime errors be handled in c++?
Explain the isa and hasa class relationships.
How do you clear a set in c++?
How does code-bloating occur in c++?
What are the main features of c++?
What is the type of 'this' pointer? When does it get created?
What are the manipulators in c++?
What is a container class? What are the types of container classes in c++?
Declare a class vehicle and make it an abstract data type.