One Dimensional and Multidimensional Array with Example
An array is a collection of similar data types (like int, float, or char), which takes memory in a contiguous fashion in Primary memory locations. We can declare an array in C as Where arr is an array with can hold 50 elements of integer types. Two Type of array: 1). Single/One Dimensional array 2). … Read more