C – One Dimensional Array
What is One Dimensional Array in C? An array with only one subscript is known as a one-dimensional array.Example: int arr[10]. Syntax: Declaration of 1D Array in C: For declaration, the programmer needs to specify the type of element and number …