Computer Science, asked by ybh5179, 6 months ago

does anyone know the what are arrays in C programming language​

Answers

Answered by deoreshalmali647
1

Answer:

An array is a group (or collection) of same data types. For example an int array holds the elements of int types while a float array holds the elements of float types.

Similar questions