Computer Science, asked by sehrishnaeem284, 3 months ago

Define explicit casting​

Answers

Answered by Anonymous
3

\huge\fbox\colorbox{pink}{ANSWER:-}

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 Anonymous
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