SyntaxFix
Write A Post
Hire A Developer
Questions
From my understanding, size_t is an unsigned integer whose bit size is large enough to hold a pointer of the native architecture.
size_t
unsigned
So:
sizeof(size_t) >= sizeof(void*)