Skip to content
#

c-functions

Here are 15 public repositories matching this topic...

Welcome to the Mini C Projects repository! Embarking on the exciting journey of learning C programming can be both thrilling and challenging, especially for those who are just starting.

  • Updated Dec 10, 2023
  • C

Create a program that loads a sequence of numbers into an array and then calculates the average of the array elements. Allow the user to specify the size of the array, allocate the array dynamically, and use a) a function that works with the array, b) a function that uses pointers to find the average.

  • Updated Jan 17, 2023
  • C

Improve this page

Add a description, image, and links to the c-functions topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the c-functions topic, visit your repo's landing page and select "manage topics."

Learn more