I was searching about What exactly size_t is. And I found that size_t is some kind of data type that can represent all size of unsigned int. So Can we replace size_t to unsigned long long??
Or Shouldn't we do that because size_t is just unsigned int under 32bit system? Thank you!