Answer:
False.
Explanation:
"save" just preserves any edits made to file in its current state. "Save As" lets you rename it and change the file type.
Answer:
It defines five ICMPv6 packet types for router solicitation,router advertisement,neighbor solicitation,neighbor advertisement,and network redirects.
Explanation:
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
<u>Static Libraries </u> : Are attached to the application at the compile time using the Linker ( C )
<u>Dynamic link libraries</u> ( DLL ) : Is Loaded at runtime as applications need them ( A )
<u>Using static Libraries </u>: Makes your program files larger compared to using DLL ( B )
<u>Making some changes to DLL </u>: Does not require application using them to recompile ( D )
I am assuming this is a true or false question? If so, the answer is true.