7 ms·
In C, declaration != heap allocation. And this is a very important detail because implementing something like "deallocation when the scope is exited" adds compl
by scoutt 3y ago
In C, declaration != heap allocation. And this is a very important detail because implementing something like "deallocation when the scope is exited" adds complexity to the language; more things and more rules you now have to remember.