121k views
2 votes
Match the following: B. Static libraries A. Dynamic Link Libraries (DLL) - Using static libraries - Making some changes to DLL A. is loaded at runtime as applications need them. B. makes your program files larger compared to using DLL. C. are attached to the application at the compile time using the linker. D. dose not require applications using them to recompile.

User Dumont
by
6.8k points

1 Answer

1 vote

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 )

User Atbebtg
by
7.4k points