I tried to google it, but all key words references to funtions or solutions working with content of variable.
My question is simple. If variable represents a number,
var a = 1;
what is its max bit length? I mean, what highest number can it contain before buffer overflow happens? Is it int32? Is it int64? Is it a different length?
Thanks in advance