What size is long long?
Data Types and Sizes Type Name 32–bit Size 64–bit Size short 2 bytes 2 bytes int 4 bytes 4 bytes long 4 bytes 8 bytes long long 8 bytes 8 bytes Ensuite, What is the difference between long int and int? An int is a 32-bit integer; a long is ...