+ 1
What is implicit conversation?
4 Antworten
0
Implicit type conversion? If you first assign an integer value and later a string value e.g.
+ 1
Thanks
+ 1
Suppose,
c = a + b;
| |
Int long
| |
---------+----------
|
long //result
The result automatically gets converted to their highest data type.
I hope u got me bro....!!☺☺
0
Oh and can appear within a single assignment like number = 1 + 1.0 will result in a double.