#C PROJECT HELLO WORLD ##SCRIPTING *Preprocessing- gcc -E a command to only preprocess *Compiling- gcc _S a command to only preprocess and compile *Assembler- gcc filename -O filename.c a command to compile to machine language *Name- gcc filename -O filename a command to preprocess,compile,assemble and link ##C-PROGRAMMING *Hello,puts- use of the puts function- puts(variable) *Hello,prints- use of printf function- printf("format",arg1...) *Command to print sizes of various data types regardless of machine used
CodexRodney/alx-low_level_programming
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|