Computer Applications

Name the type of type casting in the given statements:

(a) double m = 'b';
(b) char ch = (char)68;

Values & Data Types Java

1 Like

Answer

(a) Implicit type casting

(b) Explicit type casting

Answered By

3 Likes


Related Questions