If the starting address location changes, in which of the following cases, the program has to be recompiled? Select one: a. Both compile and load time bindings. b. Execution time binding. c. Compile time binding d. Load time binding.

Respuesta :

Baraq

Answer:

c. Compile time binding

Explanation:

Compile Time Binding is a term in computer programming that describes the interpretation of logical addresses to physical addresses at the time of compilation.

Therefore, given that in the compile time binding, compiler code is generated at the start of the location, and moves afterward, thus, if at any point the starting address location changes, then it will be essential to recompile the code.