1.

On Unix, linking uses dynamic libraries by default.(a) True(b) FalseI have been asked this question during an online interview.Enquiry is from Compiling and Linking Client Programs in chapter MySQL Programs Using C of MySQL

Answer»

Correct choice is (a) True

The best I can explain: On UNIX, the linking PROCESS uses the dynamic libraries by default. In order to link to the static client library INSTEAD, its PATH name should be added to the link command to do the JOB.



Discussion

No Comment Found

Related InterviewSolutions