On 1/4/11, Shoubhik <[email protected]> wrote: > Hi, > > when we write > > #include<stdio.h> > > > we are are referring to the header file stdio.h > > but where exactly is the code ?? only the function prototypes are > visible in stdio.h ? > > -- > You received this message because you are subscribed to the Google Groups > "google-codejam" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/google-code?hl=en. > >
Defination of function is present in respective operating system. e.g. printf() defination is present in C:\windows\system directory -- You received this message because you are subscribed to the Google Groups "google-codejam" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-code?hl=en.
