0
I didn't get it
3 Respuestas
+ 22
//can u be more specific
https://www.sololearn.com/Discuss/97450/?ref=app
+ 4
https://www.sololearn.com/Discuss/321242/?ref=app
https://www.sololearn.com/Content-Creation-Guidelines/
https://code.sololearn.com/cvC5lcXdP5yx/?ref=app
https://www.sololearn.com/Discuss/593497/?ref=app
https://www.sololearn.com/Discuss/333866/?ref=app
+ 4
Different computer have different hardware due to which they have different specifications. Because of different specification, computer decide it's speed. Faster computer takes lesser time because size of values of integers, float, character is less due to hardware inside.
So, sometimes you want to know what is your datatype size ( like integer type, character type). So, we use here type casting or type conversion. Generally integer type size is 2 byte.
Type conversion also helps in finding ASCII values.