Explanatory Question
What are the types of casting shown by the following examples:
- char c = (char) 120;
- int x = ‘t’;
Read the answer carefully and go through the related questions on the right side to improve your understanding of this topic.