size_t input c++ code example
Example: size_t c++
Alias of one of the fundamental unsigned integer types.
It represents the size of any object in bytes and returned
by sizeof operator. It is used for array indexing and counting.
It can never be negative.