Understanding Recursionit’s called a recursive function to a function called by itself inside of its own definition, either directly or indirectly.Jul 4, 2022Jul 4, 2022
All about Dynamic/Shared Libraries in CIn the phase of linking, if we are using a function of a shared library, the compiler will go to search the dynamic symbol of that…May 17, 2022May 17, 2022
Understanding C Static LibrariesA library is afile that contains a collection of ordinary object files (.o files) that are linked into the program during the linkingMar 3, 2022Mar 3, 2022
What happens behind when you compile a C file?When we code in C we are looking for efficiency and good control of computer resources but we need to compile the code to use it and for…Feb 10, 2022Feb 10, 2022
What’s the difference between Hard Links and Symbolic/Soft Links?This article talks about the characteristics of Hard Links, Soft/Symbolics Links and a little about Inode.Feb 6, 2022Feb 6, 2022