answersLogoWhite

0


Best Answer

The opposite of dynamic is static.

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the opposite of dynamic allocation?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Compare and contrast dynamic memory allocation and the allocation of files in secondary storage?

Static Memory Allocation: Allocating the total memory requirements that a data structure might need all at once without regard for the actual amount needed at execution time. Dynamic Memory Allocation: The opposite strategy of static memory allocation - Dynamic Memory Allocation, involves allocating memory as-needed.


Differentiate between static allocation and dynamic allocation?

BS Anwer- static allocation is when something is moved to a location permanantally and dynamic allocation is when something is moved temporarily, but will move again.


What are the two methods of representing a binary tree?

Two method of representing a binary tree is Static allocation, and Dynamic allocation


What is the use of Constructor with Dynamic allocation?

Constructors are necessary to initialize classes. It allows to avoid to a lot of problems with unauthorized access of memory. Dynamic allocation makes possible allocation of memory during execution of program. If you do not use dynamic allocation, all required memory will be allocated during initialization phase (constructors are usually responsible for that). But you can't use more memory. Dynamic allocation was designed to overcome such problems.


What are types of memory allocation?

There are two types of memory allocations. 1. Static memory allocation 2. Dynamic memory allocation


How do you display matrix in c using dynamic memory allocation?

Memory allocation is not necessary to display a matrix.


What is the special features of pointers in c?

Dynamic memory allocation


What is difference in static and dynamic storage allocation?

Static storage allocation is when memory is allocated at compile time and remains constant throughout the program execution. Dynamic storage allocation occurs at runtime and allows memory to be allocated and deallocated as needed during program execution.


What are the problem associated with dynamic memory allocation?

Not freeing it when you no longer need the memory.


What Linked list uses.type of memory allocation?

Linked lists use dynamic memory allocation (also called "heap memory allocation", as the linked list is stored in heap memory).


At what time the memory is allocated for variable in c and c?

Static memory allocation occurs at compile time where as dynamic memory allocation occurs at run time.


What is static and dynamic channel allocation?

In static channel allocation voice channels(definite set of frequencies) is allocated to each cell. But in dynamic channel allocation channels are provided at the time of request, a request is send to the base station which then sends a request to mobile switching center(MSC) asking for the set of frequencies to be used.