What are dynamically linked and statically linked libraries?
Answer Posted / glibwaresoftsolutions
• Static linking: Combines library code into the final executable.
• Dynamic linking: Links libraries at runtime.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Give basis knowledge of web designing ...
What is wrong with this initialization?
Explain what is the use of a semicolon (;) at the end of every program statement?
How many loops are there in c?
Explain what is the advantage of a random access file?
What is %d used for?
a formula,a series of steps,or well defined set of rules for solving a problem a) algorithem b) program c) erdiagram d) compiler
How do we print only part of a string in c?
Do array subscripts always start with zero?
What is string concatenation in c?
What is static memory allocation? Explain
Once I have used freopen, how can I get the original stdout (or stdin) back?
How can I list all of the predefined identifiers?
What is your stream meaning?
Can you please explain the difference between syntax vs logical error?