Define explicit casting
Answers
Answered by
3
In computer science, type conversion, type casting, type coercion, and type juggling are different ways of changing an expression from one data type to 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.
Hope it's helpful
Answered by
3
Answer:
A cast, or explicit type conversion, is special programming instuction which specifies what data type to treat a variable as in a given expression.
Similar questions