Computer Science, asked by ParamChakrawarty, 8 months ago

x=int(34.5) is an example of ___________ type conversion. Implicit Explicit Coercion None

Answers

Answered by Anonymous
0

Answer:

Implicit type conversion is an automatic type conversion done by the compiler whenever data from different types is intermixed. ... When an implicit conversion is done, it is not just a reinterpretation of the expression's value but a conversion of that value to an equivalent value in the new type.....

Similar questions