What is the difference between static link library and
dynamic link library?

Answer Posted / sameer patel

Above answer is correct and also say that the dynamic library is executable file and shared the library for functions.
Where static library execute module and provide information needed of run time....

Is This Answer Correct ?    0 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How a new element can be added or pushed in a stack?

574


What is c++ redistributable?

615


Is std :: string immutable?

557


What do you know about near, far and huge pointer?

590


what is C++ objects?

663






What is guard code in c++?

629


What is the use of :: operator in c++?

591


A mXn matrix is given and rows and column are sorted as shown below.Write a function that search a desired entered no in the matrix .with minimum complexity 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16

3235


int age=35; if(age>80) {Console.WriteLine("Boy you are old");} else {Console.WrieLine("That is a good age");}

826


What is abstraction in c++?

672


What is a storage class?

637


What is iostream in c++ used for?

543


Eplain extern keyword?

558


Do class declarations end with a semicolon?

594


How can I disable the "echo" feature?

601