Which allocation requires the memory to be defined before building the application?

Which allocation requires the memory to be defined before building the application? Correct Answer static allocation

The static allocation requires the memory to be defined before building the application and allocates the memory through the special directives at the assembler level.

Related Questions

Consider allocation of memory to a new process. Assume that none of the existing holes in the memory will exactly fit the process’s memory requirement. Hence, a new hole of smaller size will be created if allocation is made in any of the existing holes. Which one of the following statements is TRUE?