Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 708 Bytes

File metadata and controls

17 lines (9 loc) · 708 Bytes

0-preprocessor Runs a C file through the preprocessor and saves the result into another file

1-compiler Compiles a C file but does not link

2-assembler Generates the assembly code of a C code and saves it in an output file

3-name Compiles a C file and creates an executable named cisfun

4-puts.c Prints exactly "Programming is like building a multilingual puzzle"

5-printf.c Prints exactly with proper grammar, but the outcome is a piece of art

6-size.c Prints the size of various types on the computer it is compiled

100-intel Generates the assembly code (Intel syntax) of a C code and save it in an output file

101-quote.c Prints exactly and that piece of art is useful" - Dora Korpar, 2015-10-19.