Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What are dynamically linked and statically linked libraries?

Answers were Sorted based on User's Feedback



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

What are dynamically linked and statically linked libraries?..

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

Post New Answer

More C Interview Questions

What should malloc() do? Return a null pointer or a pointer to 0 bytes?

0 Answers  


Write a function that accepts a sentence as a parameter, and returns the same with each of its words reversed. The returned sentence should have 1 blank space between each pair of words. Demonstrate the usage of this function from a main program. Example: Parameter: “jack and jill went up a hill” Return Value: “kcaj dna llij tnew pu a llih”

5 Answers   Mind Tree,


What is the difference between NULL and NUL?

0 Answers   Aspire, Infogain,


What's a good way to check for "close enough" floating-point equality?

0 Answers   Celstream,


#include <stdio.h> void main() { int i=-1,j=1,k,l; k=!i&&j; l=!i||j; printf ("%d%d",k,l) ; }

3 Answers   SRG,


What is the purpose of scanf() and printf() functions?

0 Answers  


how can f be used for both float and double arguments in printf? Are not they different types?

0 Answers  


FORMATTED INPUT/OUTPUT functions are a) scanf() and printf() b) gets() and puts() c) getchar() and putchar() d) all the above

0 Answers  


Explain how can I open a file so that other programs can update it at the same time?

0 Answers  


how to sort two array of characters and make a new array of characters.

1 Answers   Accenture,


how to estimate the disk access time? e.g. the time between read one byte and another byte in the disk.

3 Answers   Google,


What is union and structure in c?

0 Answers  


Categories