Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 832 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 832 Bytes

TASK DESCRIPTION

  1. Writing a script that runs a C file through the preprocessor and save the result into another file.

  2. Writing a script that compiles a C file but does not link.

  3. Writing a script that generates the assembly code of a C code and save it in an output file.

  4. Writing a script that compiles a C file and creates an executable named cisfun.

  5. Writing a C program that prints exactly "Programming is like building a multilingual puzzle, followed by a new line.

  6. Writing a C program that prints exactly with proper grammar, but the outcome is a piece of art, followed by a new line.

  7. Writing a C program that prints the size of various types on the computer it is compiled and run on. 7.How to Write a script that generates the assembly code (Intel syntax) of a C code and save it in an output file.