What are dynamically linked and statically linked libraries?



What are dynamically linked and statically linked libraries?..

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

Post New Answer

More C Interview Questions

how to connect oracle in C/C++.

3 Answers   TCS, Wipro,


process by which one bit patten in to another by bit wise operation is? (a) masking, (b) pruning, (c) biting, (d) chopping,

0 Answers   InterGraph,


int i =10 main() { int i =20,n; for(n=0;n<=i;) { int i=10 i++; } printf("%d", i);

6 Answers   HCL, Octal, SW,


Can u please send me the exam pattern and also Previous papers to javed123go@gmail.com

0 Answers  


What is structure padding & expalain wid example what is bit wise structure?

1 Answers  






Suppose I want to write a function that takes a generic pointer as an argument and I want to simulate passing it by reference. Can I give the formal parameter type void **, and do something like this? void f(void **); double *dp; f((void **)&dp);

1 Answers  


what is the output of the code and how? main() { int *ptr,x; x=sizeof(ptr); printf("%d",x); }

1 Answers  


What do you mean by Recursion Function?

0 Answers   Hexaware,


How to swap 3 numbers without using 4th variable?

5 Answers  


What is true about the following C Functions (a) Need not return any value (b) Should always return an integer (c) Should always return a float (d) Should always return more than one value

2 Answers   DynPro, TCS,


"I LOVE MY COUNTRY" write a c program to get "COUNTRY MY LOVE I" as the output. Use any other programming language. It is not mandatory to use C.

11 Answers   ABC Infotech, ADP, College School Exams Tests, Kovair,


How to write a multi-statement macro?

0 Answers  


Categories