alloca tag

1 questions


1 answers
132 views
0
Why can't I use alloca()?

As far as I know, alloca() dynamically allocates memory in stack, not heap, and releases memory on its own when it returns from routine Then shouldn't it be recommended because it's safer because it d...


© 2024 OneMinuteCode. All rights reserved.