What are dynamically linked and statically linked libraries?

Answers were Sorted based on User's Feedback



What are dynamically linked and statically linked libraries?..

Answer / 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

What are dynamically linked and statically linked libraries?..

Answer / 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

More C Interview Questions

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

0 Answers   Expedia,


program for reversing a selected line word by word when multiple lines are given without using strrev

0 Answers   IBM,


int i=0,j; j=++i + ++i ++i; printf(" %d",j);

2 Answers   ME,


What are the uses of pre-processor directives?

2 Answers  


What is a node in c?

0 Answers  


how can we print  hellow world programme without using semicolon

3 Answers  


What are enums in c?

0 Answers  


How can I trap or ignore keyboard interrupts like control-c?

0 Answers  


Write a program to find the biggest number of three numbers in c?

0 Answers  


praagnovation

0 Answers  


Can you return null in c?

0 Answers  


What are the loops in c?

0 Answers  


Categories