Answer: hello your question is poorly written and I have been able to properly arrange them with the correct matching
answer
Static libraries : C
Dynamic link libraries: A
Using static libraries: B
Making some changes to DLL: D
Step-by-step explanation:
Matching each term with its meaning
Static Libraries : Are attached to the application at the compile time using the Linker ( C )
Dynamic link libraries ( DLL ) : Is Loaded at runtime as applications need them ( A )
Using static Libraries : Makes your program files larger compared to using DLL ( B )
Making some changes to DLL : Does not require application using them to recompile ( D )