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
What is nested structure with example?
Using which language Test cases are added in .ptu file of RTRT unit testing???
What is a nested formula?
Why can’t constant values be used to define an array’s initial size?
Explain what are header files and explain what are its uses in c programming?
What are compound statements?
What is c language used for?
What is the correct declaration of main?
What is the use of putchar function?
Explain goto?
how to find anagram without using string functions using only loops in c programming
In a switch statement, explain what will happen if a break statement is omitted?
Why isn't any of this standardized in c? Any real program has to do some of these things.
what is the significance of static storage class specifier?
Differentiate between null and void pointers.