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 |
write a program in c to print **** * * * * ****
Can a variable be both const and volatile?
What is const and volatile in c?
Explain how are portions of a program disabled in demo versions?
Hi can anyone tell what is a start up code?
Can you please explain the scope of static variables?
Do array subscripts always start with zero?
is it possible to create your own header files?
How can I do peek and poke in c?
In CMM or CMMI certified organizations,we assess only the standard software processes of the organization. We do not assess the organizations other functional departments like HR or Admin. Then how can we certify the entire organization as CMM level company?? We have assessed only software related activities. Right. There is no relation with other departments like Accounts, HR or Admin. Then how can we claim that the whole company is a CMM certified company?
What are void pointers in c?
What will happen when freeing memory twice