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
What is array in c with example?
Explain what is page thrashing?
Why is c called c not d or e?
What are the application of c?
What is a double c?
main(){char *str;scanf("%s",str);printf("%s",str); }The error in the above program is: a) Variable 'str' is not initialised b) Format control for a string is not %s c) Parameter to scanf is passed by value. It should be an address d) none
which of the following statement is wrong a) mes=123.56; b) con='T'*'A'; c) this='T'*20; d) 3+a=b;
how is the examination pattern?
What is a pointer in c?
What is the difference between typedef and #define?
What is the purpose of 'register' keyword?
Explain about the functions strcat() and strcmp()?
int far *near * p; means
What is extern storage class in c?
Explain how do you list files in a directory?