andrew-houghton / c-assignment-3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

C Pointers and memory assignment

This assignment tested students abilities to use pointers and memory in C. Students were asked to write code to take snapshots of data structures and copy/save them. Avoiding memory leaks was also a focus of this assignment.

About


Languages

Language:C 98.6%Language:Makefile 1.4%