Answer Posted / ravi joshi
Do you mean funtion(s) in libc? if not, it is very simple.
Irrespective or static or dynamic, the library always
contains an executable code but not linked. When application
uses the library, the code is linked at application link
time or load time depending on whether the library is static
or dynamic respectively.
for adding function in a library, just add the new function
as if you are adding any other function and recompile it as
a library. When linked with application, the new function
will become useable.
Is This Answer Correct ? | 1 Yes | 8 No |
Post New Answer View All Answers
Explain what is meant by 'bit masking'?
What are the properties of union in c?
what do the 'c' and 'v' in argc and argv stand for?
Why we use void main in c?
What is the difference between array_name and &array_name?
Is a house a mass structure?
What is %d called in c?
Place the #include statement must be written in the program?
What does *p++ do? What does it point to?
hi folks i m approching for h1 b interview on monday 8th of august at montreal and i m having little problem in my approval notice abt my bithdate my employer has made a mistake while applying it is 12th january and istead of that he had done 18 the of january do any body have any solution for that if yes how can i prove my visa officer abt my real birthdate it urgent please let me know guys thaks dipesh patel
What is the use of extern in c?
How do I determine whether a character is numeric, alphabetic, and so on?
Why doesn't C support function overloading?
What are the types of data structures in c?
What happens if header file is included twice?