Why is sizeof(string) == 32?

Viewed 30107

What is the overhead in the string structure that causes sizeof() to be 32 ?

6 Answers
Related