Name:
Anonymous
2011-04-07 20:56
As a general rule, should C programs use linked lists or dynamic arrays?
Name:
Anonymous
2013-03-19 6:21
Just curious, would you say it's better in general to do few large allocations through malloc than many small ones?