C

Asked • 04/18/19

What is size_t in C?

I am getting confused with `size_t` in C. I know that it is returned by the `sizeof` operator. But what exactly is it? Is it a data type?Let's say I have a `for` loop: for(i = 0; i < some_size; i++)Should I use `int i;` or `size_t i;`?

1 Expert Answer

By:

Still looking for help? Get the right answer, fast.

Ask a question for free

Get a free answer to a quick problem.
Most questions answered within 4 hours.

OR

Find an Online Tutor Now

Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.