Skip to content
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
Sign In
▲
Similar Topics
C++
4k+ articles
C Language
1.8k+ articles
C Programs
800+ 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
Popular Articles
Recent Articles
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++
4k+ articles
C Language
1.8k+ articles
C Programs
800+ 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
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: 10 January 2025
Prerequisite: Arrays in CA multi-dimensional array can be defined as an array that has more than one dimension. Having more than one dimensi
...read more
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
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
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
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
Got It !