Introduction of internal, external and none linkage in c.
The compilation process is complicated but interesting in c language. If a program has multiple files then each file compiles individually and creates the object of each source file. The important role of linkers comes after the creation of object files. It performs two important task symbol resolution and relocation. The linker takes each object […]
Introduction of internal, external and none linkage in c. Read More »