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 how do you determine whether to use a stream function or a low-level function?
Explain why can’t constant values be used to define an array’s initial size?
How is actual parameter different from the formal parameter?
disply the following menu 1.Disply 2.Copy 3.Append; as per the menu do the file operations 4.Exit
where are auto variables stored? What are the characteristics of an auto variable?
How can type-insensitive macros be created?
What are the main characteristics of c language describe the structure of ac program?
how we can make 3d venturing graphics on outer interface
What is structure packing in c?
find the sum of two matrices and WAP for it.
What is structure in c explain with example?
What are the keywords in c?
the 'sizeof' operator reported a larger size than the calculated size for a structure type. What could be the reason?
What is the size of enum in bytes?
What is a example of a variable?