Advertisements
Advertisements
Question
What is the type of casting shown in the following example?
double x = 15.2; int a = 12;
long b = a;
One Line Answer
Solution
Implicit type casting
shaalaa.com
Is there an error in this question or solution?
Chapter 1.03: Values and Data Types - Review Insight [Page 31]