/Tables-and-pointers

Some exercises with arrays. The first exercise is to add up the numbers in an array, the second to have an average of them, the third to copy the value from the array to a new one, and the fourth to sort the values from biggest to smallest. (the latter does not work currently)

Primary LanguageC

This repository is not active