The correct answer is A) Dynamic loading requires special support from the operating system.
The statement that is FALSE about the dynamic loading is "Dynamic loading requires special support from the operating system."
In computing terminology, Dynamic loading is when some portions of the program are loaded into the central memory. So Dynamic loading improves the performance. So the computer program loads a library at execution time. This is the way how computer programs use other software. Two more ways are Dynamic linking and Static linking.