An integer array is a data structure that stores a collection of integers (whole numbers) in a contiguous block of memory. It is a type of array that can hold a fixed number of elements, where each element is an integer.
int arr[5];
An integer array is a data structure that stores a collection of integers (whole numbers) in a contiguous block of memory. It is a type of array that can hold a fixed number of elements, where each element is an integer.
int arr[5];