Computer Science, asked by kumudbadwe, 6 hours ago

When expression contains multiple operands of different data types then that operands will be evaluated implicitly according to rules of type conversion is known as :

Answers

Answered by madeducators2
0

Answer:

Implicit type conversion

Given:

expression contains multiple operands of different data types

Explanation:

  • When there are more than one datatype present in the expression then the compiler automatically perform Implicit type conversion .
  • This is done so  that all the different datatypes are converted into a single datatype
  • This will enable the compiler to perform easily.

Similar questions