I am pretty new in C programming and trying to understand it conceptually. I ran to the following function prototype and other similar function prototypes
size_t strlen( const char *s );
I do not quite get what means a return type of size_t
size_t
is basically of unsigned integer type. See this and this.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With