1.

What Do You Mean By Implicit Conversion?

Answer»
  • Whenever DATA types are MIXED in an expression then C++ performs the conversion automatically.
  • Here smaller type is converted to wider type.
  • EXAMPLE : in case of integer and FLOAT integer is converted into float type.



Discussion

No Comment Found