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
How can I manipulate individual bits?
Write a program which returns the first non repetitive character in the string?
What is a newline escape sequence?
Which control loop is recommended if you have to execute set of statements for fixed number of times?
How is a pointer variable declared?
Which operators cannot be overloaded a) Sizeof b) .* c) :: d) all of the above
typedef struct{ char *; nodeptr next; } * nodeptr ; What does nodeptr stand for?
number of times a digit is present in a number
List a few unconditional control statement in c.
What is difference between stdio h and conio h?
What is the difference between break and continue?
What is a macro in c preprocessor?
Are pointers really faster than arrays?
What is .obj file in c?
Where are some collections of useful code fragments and examples?