Computer Applications
Explain the term 'typecasting'.
Java Operators
ICSE 2007
8 Likes
Answer
The process of converting a value of one data type to another data type is called typecasting.
Answered By
5 Likes
Related Questions
- What is type conversion? How is an implicit type conversion different from explicit type conversion? 
- What do you understand by type conversion? 
- What are precedence and associativity? 
- Evaluate the following expressions, if the values of the variables are a = 2, b = 3 and c = 3 - i. a - (b++) * (--c) - ii. a * (++b) %c