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

hi folks i m approching for h1 b interview on monday 8th of august at montreal and i m having little problem in my approval notice abt my bithdate my employer has made a mistake while applying it is 12th january and istead of that he had done 18 the of january do any body have any solution for that if yes how can i prove my visa officer abt my real birthdate it urgent please let me know guys thaks dipesh patel

0 Answers  


How the c program is executed?

0 Answers  


struct node {struct node*temp,*new} prinf("%d",sizeof(struct node));

2 Answers  


Do pointers need to be initialized?

0 Answers  


sqrt(x+sqrt(x+sqrt(x+sqrt(x))))=2; Find the value of x?

4 Answers   Subex,


Write the test cases for checking a variable having value in range -10.0 to +10.0?

0 Answers   Bosch,


main difference between c and c++ language

1 Answers  


Write a C++ program to generate 10 integer numbers between - 1000 and 1000, then store the summation of the odd positive numbers in variable call it sum_pos, then find the maximum digit in this variable regardless of its digits length.

0 Answers  


what is a stack

6 Answers  


What are structure types in C?

0 Answers  


Write a c program to read a positive number and display it in words.? ex: 123=one two three help me....

2 Answers  


What is the difference between malloc calloc and realloc in c?

0 Answers  


Categories