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 |
What is the output of printf("%d")?
58 Answers CTS, HCL, Infosys, TCS, Winit, Wipro,
How do you define a class in c++?
What are the types of array in c++?
What is size of null class?
Is it possible to pass an object of the same class in place of object reference to the copy constructor?
Why do we need templates?
Is there any function that can skip certain number of characters present in the input stream?
Is c++ low level?
founder of c++
7 Answers Microtek, TCS, TeleCommand,
What is the difference between the compiler and the preprocessor?
What is the maximum value of a unsigned char a) 255 b) 256 c) 128
What is a template in c++?