Computer Science, asked by saicha3656, 1 year ago

What is static storage allocation in data structure?

Answers

Answered by satyamshivamdubey
0
hope it will help you
Attachments:
Answered by choudhary21
0
hello dear.....⬇️⬇️⬇️⬇️ i help u...


Dynamic allocation is achieved using certain functions like malloc(), calloc(), realloc(), free in C and "new", "delete" in C++. Static Memory Allocation -memory allocated at compile time in stack or other data segments. This is used when the amount(size) of memory is static/constant and is known during compile-time.


I hope help u.....
Similar questions