Classwork 22
Logistics
- Due: Friday, November 1st AoE.
- Submission instructions: make sure that the required file (
main.c
) is in yourcsci112_fall2024/classwork/week11/fri/
directory. - Deadline reminder: after the deadline passes, you cannot earn any points for this assignment.
Learning outcomes
- Practice using pointer arithmetic
Assignment
- Log in to the server.
- From your home directory, navigate to
csci112_fall2024/classwork/week11/fri/
, creating directoriesweek11
andfri
if necessary. - Copy the file
/public/classwork/week11/fri/main.c
into your directory.
Fill in the TODO
line in the program using pointer arithmetic.
Autograder
You can run the autograder by running
/public/classwork/week11/fri/autograder.sh
The file autograder.txt
will be created with your score.
Grading turnaround
The autograder will be run at 6am to calculate final scores. Scores will be uploaded to D2L by the next class period.