Day Zero of my C programming journey. This project would contain the following tasks:
This script runs a C file through the preprocessor and saves the result into another file.
- The C file name should be saved in the variable
CFILE - The output would be saved in the file
c
This script compiles a C file but does not link.
- The C file name should be saved in the variable
CFILE - The output file would be named the same as the C file, but with the extension
.oinstead of.c
This script generates the assembly code of a C code and saves it to an output file.
- The C file name should be saved in the variable
CFILE - The output file would be named the same as the C file, but with the extension
.sinstead of.c
This script compiles a C file and creates an executable named cisfun.
- The C file should be saved in the variable
CFILE
This C program prints out exactly "Programming is like building a multilingual puzzle followed by a new line using the puts function
This C program prints out exactly with proper grammar,but the outcome is a piece of art, followed by a new line using the printf function
This C program prints out the size of various types on the computer it is compiled and run on.
This scripts generates assembly code (intel syntax) of a C code and save it in an output file.
- The C file name should be saved in the variable
CFILE - The output file would be named the same as the C file, but with the extension
.sinstead of.c
This script prints exactly and that piece of art is useful" - Dora Korpar, 2015-10-19, followed by a new line, to the standard error.