Skip to content
#

c-language

c logo

C is a programming language designed by Dennis Ritchie at Bell Labs. C is very widely used, straightforward, and can be compiled to a number of platforms and operating systems. C is an imperative language, with a small number of keywords and a large number of mathematical operators. C is also a very low level programming language, which means it can communicate directly with hardware.

Here are 1,371 public repositories matching this topic...

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

Created by Dennis Ritchie

Released 1972

Followers
112k followers
Website
www.open-std.org/jtc1/sc22/wg14
Wikipedia
Wikipedia

Related Topics

language