Solving the mazeThe objective of this project was to apply an important part of the programming skills acquired in the C language throughout the program…Nov 5, 2020Nov 5, 2020
A Picture is Worth 1,500 WordsDo you want to know how does the following function work? What happens on the stack? How does recursion work? I explain it to you in a…Oct 3, 2020Oct 3, 2020
Mutable, Immutable… everything is object!In Python, everything is an object, whether it is a number, a function, a list, a method, a class… or even None, this means that…May 28, 2020May 28, 2020
What happens when you type ls *.cLinux ls command permit us displaying a list of the files and directories (folders) that are contained in a directory; if no directory is…Feb 7, 2020Feb 7, 2020
What is the difference between a hard link and a symbolic link?A symbolic link is similar to a shortcut in Windows, it is a link through which we can access a certain file which gives us the advantage…Feb 7, 2020Feb 7, 2020
What happens when you type gcc main.cA compiler is a kind of translator that transforms a program written in a certain language to another, which is usually the machine…Feb 7, 2020Feb 7, 2020