Name: Anonymous 2016-09-14 22:54
Stack is less efficient than static allocation and requires allocating huge chunk of memory at the beginning, slowing down program startup. Stack could be easily overflowed, while you cant overflow heap or static data in bss segment.