The differences between static and dynamic librariesOne of the tools that compilers supply us with are libraries. A library is a file containing several object files, that can be used as a…Dec 15, 2020Dec 15, 2020
C Static LibrariesOne of the tools that compilers supply us with are libraries. A library is a file containing several object files, that can be used as a…Oct 13, 2020Oct 13, 2020
What happens when you type gcc main.cFirst, gcc is the GNU Compiler Collection which is a compiler system. It is used in many different languages including C, C++, Java…Sep 18, 2020Sep 18, 2020
Hard and Symbolic links on LinuxA link in UNIX is a pointer to a file. Like pointers in any programming languages, links in UNIX are pointers pointing to a file or a…Sep 16, 2020Sep 16, 2020
What happens when you type ‘ls *.c’ and hit Enter in your shell?The Linux Shell is a software or computer program that, through a graphical interface such as a text window, provides the user with the…Sep 16, 2020Sep 16, 2020