What happens when you search for a URL in your browser?In this post we will see in detail what happens after pressing enter when entering a URL in a browser.Jan 9, 2021Jan 9, 2021
Static vs Dynamic librariesLibraries in Programming are files that generally contain functionalities that programs can use to perform a specific task such as adding…Sep 8, 2020Sep 8, 2020
Static libraries in CIn C, a static library is a file that contains multiple object files that can be used in the link phase of a program. This means that when…Jul 4, 2020Jul 4, 2020
What happens when you type `gcc main.c` in the terminalTo begin we must bear in mind that this script is divided into two partsgcc what is a command and main.c which is a file that contains the…Jun 11, 2020Jun 11, 2020
What happens if you type ls *.c and press enter in your linux shell?basically if you run this command in your linux terminal it will show you all the files that end with a “.c” extension. let’s understand…Jun 9, 2020Jun 9, 2020