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 sizeof int in c?
Can the sizeof operator be used to tell the size of an array passed to a function?
What is the difference between a free-standing and a hosted environment?
How do you define structure?
Explain that why C is procedural?
What is the default value of local and global variables in c?
What are the types of type qualifiers in c?
what is a function method?give example?
What is #include stdio h?
Tell me what are bitwise shift operators?
How can I sort a linked list?
Difference between macros and inline functions? Can a function be forced as inline?
Write a program to print factorial of given number without using recursion?
Explain what is the difference between a free-standing and a hosted environment?
What are inbuilt functions in c?