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


Please Help Members By Posting Answers For Below Questions

How can I manipulate individual bits?

792


Write a program which returns the first non repetitive character in the string?

825


What is a newline escape sequence?

854


Which control loop is recommended if you have to execute set of statements for fixed number of times?

1085


How is a pointer variable declared?

775


Which operators cannot be overloaded a) Sizeof b) .* c) :: d) all of the above

903


typedef struct{ char *; nodeptr next; } * nodeptr ; What does nodeptr stand for?

1385


number of times a digit is present in a number

1780


List a few unconditional control statement in c.

758


What is difference between stdio h and conio h?

1099


What is the difference between break and continue?

934


What is a macro in c preprocessor?

840


Are pointers really faster than arrays?

740


What is .obj file in c?

837


Where are some collections of useful code fragments and examples?

949