What Is a Static Library?
Static library means that in our application, there is some common code that needs to be used repeatedly, and these codes are compiled into a "library" file; in the linking step, the linker will obtain the required code from the library file and copy it to generate This library in the executable.