What is IoT?In short, IoT refers to the generation and transmission of data via the Internet from small devices. The exchange of data, in most cases…Aug 22, 2021Aug 22, 2021
Recursion, how works?Recursion is the process in which a function calls itself directly or indirectly is called recursion and the corresponding function is…Jul 5, 2021Jul 5, 2021
C static libraries.The C libraries come’s to manage very larger projects where the code becomes too entangled, therefore, if we are working with projects…Mar 1, 2021Mar 1, 2021
What is the “Compilation process” in C?The compilation process make’s a series of tasks that translate from human readable code to a code that the machine understand (Binary…Feb 7, 2021Feb 7, 2021