Basic C++ Intro (Arrays, clang & arguments at the command line)
$clang hello.c will create a.out which stands for assembly.out clang <file name input> This will compile a…
$clang hello.c will create a.out which stands for assembly.out clang <file name input> This will compile a…
rm <file> remove ls list mkdir <directory> make directory mv <source> <destination> move directory rmdir <directory> remove…