C Practice Practicum 1

Fill in the code in cpracticum_cdk.c and fill out the activity journal. You will not have to do a journal on the actual practicum.

Setup

Download  cpractice1.zip. Follow the submit instructions in the zip. A Makefile is included for your convenience.

You do not need to run the program itself.

Run the make by simply typing make:
make

Run the unit tests (all unit tests MUST pass for full credit):
./test

Reference

ASCII Code Chart for change_to_upper function (opens in new tab)

Activity Journal

This is optional but recommended: Fill out the ActivityJournal_CPractice.txt that is in the zip file and submit that with your cpractice1.c file.

Submission (optional)

Place all .c, .h. and Makefile files in a directory named Cpractice1 at the top level of your git repo.