jassem ben aliWhat happens when you type a URL in your browser and press ENTER?Every day you open up your browser and navigate to your favorite websites whether it be social media, news, or e-commerce sites. You go to…Jan 19, 2022Jan 19, 2022
jassem ben aliStatic Libraries vs. Dynamic LibrariesIn programming, a library is a collection of pre-compiled pieces of code that can be reused in a program. Libraries simplify life for…Sep 20, 2021Sep 20, 2021
jassem ben aliWhat happens when we types in ls -l*.c in the shell terminal?First of all, we need to know what is a shell, a shell is the command interpreter between the user and the computer, when you write a…Aug 16, 2021Aug 16, 2021
jassem ben aliHow integers are stored in memory?Integers are whole numbers which will be stored in computer using 4 bytes (32 bit) of memory.Aug 5, 2021Aug 5, 2021
jassem ben aliAll you need to know about C Static librariesWhat is a library?Jul 11, 2021Jul 11, 2021