Comment by direwolf20
1 day ago
[]task is a pointer to a range of elements. TFA says if you initialize it to point to a new array of 10 elements, that array of 10 elements may be stack–allocated. If you allocate another array dynamically, that one won't be.
No comments yet
Contribute on Hacker News ↗