
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
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 )