There are these questions which I am not able to get answers for. Any help is very useful.
- How does linking actually happen in the C compilation model?
- If I am using Linux and GCC, how does
glibc
link to the main program. Is it static or dynamic linking?