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 explanation for cyclic nature of data types in c?
What is hungarian notation? Is it worthwhile?
Why do we need volatile in c?
What is a far pointer in c?
What does the file stdio.h contain?
explain what are pointers?
What is the basic structure of c?
Why static variable is used in c?
A program is required to print your biographic information including: Names, gender, student Number, Cell Number, line of study and your residential address.
Write a program to reverse a string.
What does double pointer mean in c?
How can I write functions that take a variable number of arguments?
Can we assign string to char pointer?
Can you write a programmer for FACTORIAL using recursion?
What are the types of data files?