Rafael DoradoC static librariesA library is one or more functions that we have already compiled and prepared to be used in any program that we make. You have to have…Oct 14, 2020Oct 14, 2020
Rafael DoradoWhat happens when you type gcc main.c?GCC is a GNU project compiler for C, C ++, Objective C, and Fortran. it can receive the source program of any of these mentioned languages…Sep 18, 2020Sep 18, 2020
Rafael DoradoWhat is the difference between a hard link and a symbolic link?Links are ways of creating access to different routes to different sites, this will allow us to access the same file from different routes…Sep 16, 2020Sep 16, 2020
Rafael DoradoWhat happens when you type ls *.cThe ls command allows us to list the files and folders in a directory, one of the most used commands is ls -l which shows a complete list…Sep 16, 2020Sep 16, 2020