What are dynamically linked and statically linked libraries?
Answers were Sorted based on User's Feedback
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 |
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 |
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
How the c program is executed?
struct node {struct node*temp,*new} prinf("%d",sizeof(struct node));
Do pointers need to be initialized?
sqrt(x+sqrt(x+sqrt(x+sqrt(x))))=2; Find the value of x?
Write the test cases for checking a variable having value in range -10.0 to +10.0?
main difference between c and c++ language
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.
what is a stack
What are structure types in C?
Write a c program to read a positive number and display it in words.? ex: 123=one two three help me....
What is the difference between malloc calloc and realloc in c?