Problem Statement - casting types identification
What are the types of casting shown by the following examples:
(i) char c = (char)120;
(ii) int x = ‘t’;
Solution
sunmitra| Created: 31-Mar-2018 | Updated: 16-Apr-2019|ICSE2016
What are the types of casting shown by the following examples:
(i) char c = (char)120;
(ii) int x = ‘t’;
sunmitra| Created: 31-Mar-2018 | Updated: 16-Apr-2019|ICSE2016