What are dynamically linked and statically linked libraries?
Answer Posted / 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 |
Post New Answer View All Answers
a sequence of bytes with one to one corrspondence to those in the external device a) sequential addressing b) address c) byte code d) none
What is a shell structure examples?
What is the stack in c?
Write the Program to reverse a string using pointers.
write a program in C that prompts the user for today's date,tomorrow's date and display the results.Use structures for today's date,tomorrow's date and an array to hold the days for each month of the year.
What is pragma in c?
What are the differences between Structures and Arrays?
What does printf does?
Is that possible to store 32768 in an int data type variable?
Explain indirection?
Where are some collections of useful code fragments and examples?
What is p in text message?
a direct address that identifies a location by means of its displacement from a base address or segment a) absolute address b) relative address c) relative mode d) absolute mode
What are the application of c?
What is enumerated data type in c?