Computer Science, asked by jogeswararaok8139, 1 year ago

Any other type coerced to an enumeration type?

Answers

Answered by Shubhamkumar624
1
In computer science, type conversion, type casting, and type coercion are different ways of changing an entity of one data type into another. An example would be the conversion of an integer value into a floating point value or its textual representation as a string, and vice versa. Type conversions can take advantage of certain features of type hierarchies or data representations.
Similar questions