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 are the advantages of using linked list for tree construction?
Define Array of pointers.
What is difference between %d and %i in c?
about c language
Define VARIABLE?
What are register variables in c?
where are auto variables stored? What are the characteristics of an auto variable?
How can I write a function analogous to scanf?
What is the advantage of using #define to declare a constant?
How can you draw circles in C?
Why flag is used in c?
why do some people write if(0 == x) instead of if(x == 0)?
How does selection sort work in c?
Explain how do you declare an array that will hold more than 64kb of data?
What is the use of bit field?