About 3,870,000 results
Open links in new tab
  1. c - How would I use an array to print an image? - Stack Overflow

    May 20, 2014 · Are you trying to take an array of RGB's and output an image file or are you trying to find a way to display an array image to the screen? You will need to get familiar with the …

  2. 30 C Programs and Code Examples on Arrays - Tutorial Ride

    30 Solved arrays based C Programming examples with output, explanation and source code for beginners. Covers programs performing arithmetic operations on arrays and matrices, …

  3. C Arrays (With Examples) - Programiz

    Input and Output Array Elements Here's how you can take input from the user and store it in an array element. // take input and store it in the 3rd element scanf("%d", &mark[2]); // take input …

  4. C Arrays - GeeksforGeeks

    May 13, 2025 · An array in C is a fixed-size collection of similar data items stored in contiguous memory locations. It can be used to store the collection of primitive data types such as int, …

  5. Array in C programming - C Programming Tutorials

    Oct 28, 2023 · This program demonstrates various array manipulations such as modifying elements, accessing elements, finding the size of the array, searching for a specific value, …

  6. C Arrays - Real-Life Examples - W3Schools

    To demonstrate a practical example of using arrays, let's create a program that calculates the average of different ages: And in this example, we create a program that finds the lowest age …

  7. Array Programs in C - Sanfoundry

    Here is the collection of C programs on Arrays with output on array operations, types of arrays, single-dimensional arrays, mathematical functions, and merging operations.

  8. Arrays in C programming with examples - BeginnersBook

    Sep 24, 2017 · In this post you will learn how to declare, read and write data in 2D array along with various other features of it. Passing an array to a function – Generally we pass values and …

  9. Array Examples in C - Online Tutorials Library

    Array Examples in C - Explore various examples of arrays in C programming, including initialization, accessing elements, and multi-dimensional arrays. Enhance your coding skills …

  10. Arrays in C Programming with Examples - Boolean World

    Nov 4, 2019 · Arrays in C allow you to store multiple items of the same data type, such as a list of integers. Arrays form the basis for many data structures and allow you to build advanced …

  11. Some results have been removed
Refresh