+ 1

What is type casting?

22nd Oct 2018, 11:52 AM
Mehedi Hasan
Mehedi Hasan - avatar
2 Antworten
0
I have no idea what language you’re speaking in ha
2nd Nov 2018, 2:03 AM
Kellie Quick
Kellie Quick - avatar
+ 3
Turn a value from one type to another. int my_int = 4; float my_float = my_int; Here a typecast from int to float just happened. Depending on what language you are talking about, typecasts can happen in lots of different ways.
22nd Oct 2018, 12:18 PM
Schindlabua
Schindlabua - avatar