0
intxxbit Uses
when do I use each int type?
2 Respostas
0
you use each respective integer type depending on what kind of value you want to store in it.
in smaller codes this is usually unimportant as you can use the regular int type (Int32), but when it comes to bigger codes and memory optimization, it becomes highly situational
+ 1
Thx i will note that for later 😊👍