Computer Science, asked by teriya6971, 8 months ago

What are array ? How can they initialized?

Answers

Answered by 217him217
1

Answer:

Array is a collection of same datatype.

eg : int a[5]

a[5] means 5 locations.... & same datatype

Answered by indrakshi17
2

Explanation:

The initializer for an array is a comma-separated list of constant expressions enclosed in braces ( { } ). ... Using designated initializers, which allow you to specify the values of the subscript elements to be initialized, array elements can be initialized in any order.

Similar questions