How does c++ calculate the size of unsized array?

2 answers

You might try this:

(Broken Link Removed)
It looks for '/0', which is the starting position of unused array.