1.

What is implicit conversion? Give an example.

Answer»

When two operands of different types are encountered in the same expression, the lower type variable is converted to the higher type variable which is called implicit conversion. For example, float = int + float



Discussion

No Comment Found