Skip to content

Files

Latest commit

Jun 20, 2020
74e769b · Jun 20, 2020

History

History

12_read_ptr2

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jun 19, 2020
Jun 20, 2020
Jun 19, 2020
Jun 20, 2020
Jun 20, 2020
Jun 19, 2020
 1. Execute the code in "test.c" by hand, and write the output
    printed to the terminal into a file called "answer.txt"

 2. Create a Makefile to compile test.c into a program called "test"
     
 3. Run test and use its output to check your work.

 4. Submit your Makefile and your answer.txt file