I mean the math library is dynamically linked.So i was thinking that library files corresponding to stdio.h( printf and scanf codes ) are dynamically linked ? Also when we include stdio.h , then all functions declared in it are added at run time or only those functions which are used ?I mean the math library is dynamically linked.S