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 which returns the first non repetitive character in the string?
program for reversing a selected line word by word when multiple lines are given without using strrev
int i=0,j; j=++i + ++i ++i; printf(" %d",j);
What are the uses of pre-processor directives?
What is a node in c?
how can we print hellow world programme without using semicolon
What are enums in c?
How can I trap or ignore keyboard interrupts like control-c?
Write a program to find the biggest number of three numbers in c?
praagnovation
Can you return null in c?
What are the loops in c?