dynamic allocation of memory means memory is allocated at_ (this is fiil in the blanks question from Java)
Answers
Answered by
1
Static Allocation means, that the memory for your variables is allocated when the program starts. ...
Automatic memory allocation occurs for (non-static) variables defined inside functions, and is usually stored on the stack (though the C standard doesn't mandate that a stack is used).
gudly30:
plz mark ad brainlist
Answered by
3
Answer:
dynamic allocation of memory means memory is allocated at the C programming language via a group of functions in the C standard library, namely malloc, realloc, calloc and free.
thank you
Similar questions