Mixed operands and type conversion in c programming
Answers
Answered by
0
mixed operands are the operands which are of different data type but are being dealt together in an expression, and type conversion is also known as explicit type of conversion in which the user forcefully converts the result of a mathematical expression(mixed) into the required data type irrespective of the hierarchy.
Similar questions