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 the purpose of main( ) in c language?
What is action and transformation in spark?
What is masking?
Why does this code crash?
Write a c program to build a heap method using Pointer to function and pointer to structure ?
How do you sort filenames in a directory?
How does sizeof know array size?
Explain how do you print only part of a string?
Tell us the use of fflush() function in c language?
write a program to print the consecutive repeated character from the given string... input string is : hhhhjkutskkkkkggggj output should be like this: hhhhkkkkkgggg anyone help me...
What math functions are available for integers? For floating point?
Does c have enums?
Explain why C language is procedural?
What is chain pointer in c?
Explain how can I prevent another program from modifying part of a file that I am modifying?