What are dynamically linked and statically linked libraries?
Answer Posted / nashiinformaticssolutions
• Static linking: Combines library code into the final executable.
• Dynamic linking: Links libraries at runtime.
v
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what is bit rate & baud rate? plz give wave forms
How many keywords are there in c?
Do you know what are the properties of union in c?
What is the meaning of c in c language?
What is the difference between functions getch() and getche()?
Which node is more powerful and can handle local information processing or graphics processing?
Can the curly brackets { } be used to enclose a single line of code?
How reliable are floating-point comparisons?
Differentiate between functions getch() and getche().
Which is more efficient, a switch statement or an if else chain?
What is the difference between malloc() and calloc() function in c language?
Differentiate between new and malloc(), delete and free() ?
Write a program to swap two numbers without using a temporary variable?
Explain the use of fflush() function?
What does static variable mean in c?