Skip to content
geeksforgeeks
  • Courses
    • DSA to Development
    • Get IBM Certification
    • Newly Launched!
      • Master Django Framework
      • Become AWS Certified
    • For Working Professionals
      • Interview 101: DSA & System Design
      • Data Science Training Program
      • JAVA Backend Development (Live)
      • DevOps Engineering (LIVE)
      • Data Structures & Algorithms in Python
    • For Students
      • Placement Preparation Course
      • Data Science (Live)
      • Data Structure & Algorithm-Self Paced (C++/JAVA)
      • Master Competitive Programming (Live)
      • Full Stack Development with React & Node JS (Live)
    • Full Stack Development
    • Data Science Program
    • All Courses
  • Tutorials
    • Data Structures & Algorithms
    • ML & Data Science
    • Interview Corner
    • Programming Languages
    • Web Development
    • CS Subjects
    • DevOps And Linux
    • School Learning
  • Practice
    • Build your AI Agent
    • GfG 160
    • Problem of the Day
    • Practice Coding Problems
    • GfG SDE Sheet
  • Contests
    • Accenture Hackathon (Ending Soon!)
    • GfG Weekly [Rated Contest]
    • Job-A-Thon Hiring Challenge
    • All Contests and Events
  • DSA
  • Practice Problems
  • Python
  • C
  • C++
  • Java
  • Courses
  • Machine Learning
  • DevOps
  • Web Development
  • System Design
  • Aptitude
  • Projects
Similar Topics
C++
4.1k+ articles
C Language
1.9k+ articles
C Programs
770+ articles
cpp-array
160+ articles
C Examples
95 articles
C-Pointers
74 articles
C-Arrays
65 articles
C-Structure & Union
53 articles
C-Dynamic Memory Allocation
34 articles
C Array Programs
28 articles

c-array

34 posts
Return an Array in C
Last Updated: 28 June 2024
In C, arrays are linear data structures that allow users to store the same data in consecutive memory locations. Returning an array in C can ...read more
c-array
C Language
C-Arrays
C Programs
Picked
C Examples
Array C/C++ Programs
Last Updated: 22 May 2024
C Program to find sum of elements in a given arrayC program to find largest element in an arrayC program to multiply two matricesC/C++ Progr ...read more
c-array
cpp-array
C Language
C++
C Programs
C++ Programs
C++ Array Programs
C Array Programs
Array of Structures in C
Last Updated: 23 December 2024
An array of structures is simply an array where each element is a structure. It allows you to store several structures of the same type in a ...read more
Arrays
c-array
C Programs
Similar Topics
C++
4.1k+ articles
C Language
1.9k+ articles
C Programs
770+ articles
cpp-array
160+ articles
C Examples
95+ articles
C-Pointers
74+ articles
C-Arrays
65+ articles
C-Structure & Union
53+ articles
C-Dynamic Memory Allocation
34+ articles
C Array Programs
28+ articles
Derived Data Types in C
Last Updated: 06 September 2023
Data types in the C language can be categorized into three types, namely primitive, user-defined, and derived data types. In this article, w ...read more
c-array
C Basics
C Language
C-Pointers
Pointers
Arrays
C-Functions
Functions
References
Length of Array in C
Last Updated: 17 January 2025
The Length of an array in C refers to the maximum number of elements that an array can hold. It must be specified at the time of declaration ...read more
c-array
C Language
Reverse Array in C
Last Updated: 20 November 2024
Reversing an array means the swapping last element and first element, second last element and second element, and so on. In this article, we ...read more
c-array
C Language
C Programs
C Array Programs
C Examples
C Program to Remove Duplicates from Sorted Array
Last Updated: 20 November 2024
In this article, we will learn how to remove duplicates from a sorted array using the C program.The most straightforward method is to use t ...read more
c-array
C Language
C Programs
C Array Programs
C Examples
C Program to Sort the Elements of an Array in Descending Order
Last Updated: 20 November 2024
Sort an array in descending order means arranging the elements in such a way that the largest element at first place, second largest at seco ...read more
c-array
C Language
C Programs
Picked
C Array Programs
C Program to Insert an Element in an Array
Last Updated: 16 January 2025
In this article, we will learn how to insert an element into an array in C.C arrays have a fixed size, so we cannot dynamically increase the...read more
image
c-array
C Language
C-Arrays
Designated Initializers in C
Last Updated: 27 April 2022
Standard C90 requires the elements of an initializer to appear in a fixed order, the same as the order of the elements in the array or struc ...read more
Technical Scripter
c-array
C Language
C-Struct-Union-Enum
C/C++ Puzzles
Accessing array out of bounds in C/C++
Last Updated: 20 January 2025
Prerequisite: Arrays in C/C++In high level languages such as Java, there are functions which prevent you from accessing array out of bound b ...read more
Technical Scripter
c-array
cpp-array
C Language
C++
Multidimensional Arrays in C - 2D and 3D Arrays
Last Updated: 07 May 2025
A multi-dimensional array in C can be defined as an array that has more than one dimension. Having more than one dimension means that it can...read more
image
c-array
cpp-array
C Language
C++
C-Arrays
Sparse Matrix and its representations | Set 2 (Using List of Lists and Dictionary of keys)
Last Updated: 25 April 2023
Prerequisite : Sparse Matrix and its representations Set 1 (Using Arrays and Linked Lists)In this post other two methods of sparse matrix re...read more
image
Matrix
c-array
DSA
Sparse Matrix and its representations | Set 1 (Using Arrays and Linked Lists)
Last Updated: 12 September 2023
A matrix is a two-dimensional data object made of m rows and n columns, therefore having total m x n values. If most of the elements of the ...read more
image
Matrix
c-array
DSA
Initialization of Multidimensional Array in C
Last Updated: 18 December 2024
In C, multidimensional arrays are the arrays that contain more than one dimensions. These arrays are useful when we need to store data in a ...read more
c-array
C Language
C++
C Array and String
1 2 3 >>
Last
1 2 3 >>
Last
1 2 3 >>
Last
geeksforgeeks-footer-logo
Corporate & Communications Address:
A-143, 7th Floor, Sovereign Corporate Tower, Sector- 136, Noida, Uttar Pradesh (201305)
Registered Address:
K 061, Tower K, Gulshan Vivante Apartment, Sector 137, Noida, Gautam Buddh Nagar, Uttar Pradesh, 201305
GFG App on Play Store GFG App on App Store
Advertise with us
  • Company
  • About Us
  • Legal
  • Privacy Policy
  • In Media
  • Contact Us
  • Advertise with us
  • GFG Corporate Solution
  • Placement Training Program
  • Languages
  • Python
  • Java
  • C++
  • PHP
  • GoLang
  • SQL
  • R Language
  • Android Tutorial
  • Tutorials Archive
  • DSA
  • Data Structures
  • Algorithms
  • DSA for Beginners
  • Basic DSA Problems
  • DSA Roadmap
  • Top 100 DSA Interview Problems
  • DSA Roadmap by Sandeep Jain
  • All Cheat Sheets
  • Data Science & ML
  • Data Science With Python
  • Data Science For Beginner
  • Machine Learning
  • ML Maths
  • Data Visualisation
  • Pandas
  • NumPy
  • NLP
  • Deep Learning
  • Web Technologies
  • HTML
  • CSS
  • JavaScript
  • TypeScript
  • ReactJS
  • NextJS
  • Bootstrap
  • Web Design
  • Python Tutorial
  • Python Programming Examples
  • Python Projects
  • Python Tkinter
  • Python Web Scraping
  • OpenCV Tutorial
  • Python Interview Question
  • Django
  • Computer Science
  • Operating Systems
  • Computer Network
  • Database Management System
  • Software Engineering
  • Digital Logic Design
  • Engineering Maths
  • Software Development
  • Software Testing
  • DevOps
  • Git
  • Linux
  • AWS
  • Docker
  • Kubernetes
  • Azure
  • GCP
  • DevOps Roadmap
  • System Design
  • High Level Design
  • Low Level Design
  • UML Diagrams
  • Interview Guide
  • Design Patterns
  • OOAD
  • System Design Bootcamp
  • Interview Questions
  • Inteview Preparation
  • Competitive Programming
  • Top DS or Algo for CP
  • Company-Wise Recruitment Process
  • Company-Wise Preparation
  • Aptitude Preparation
  • Puzzles
  • School Subjects
  • Mathematics
  • Physics
  • Chemistry
  • Biology
  • Social Science
  • English Grammar
  • Commerce
  • World GK
  • GeeksforGeeks Videos
  • DSA
  • Python
  • Java
  • C++
  • Web Development
  • Data Science
  • CS Subjects
@GeeksforGeeks, Sanchhaya Education Private Limited, All rights reserved
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our Cookie Policy & Privacy Policy
Lightbox