While doing some random experimentation with a factorial program in C, Python and Scheme. I came across this fact:
In C, using \'unsigned long long\' data type, the
Not octaword. It implemented bignum structure to store arbitary-precision numbers.