Computer Science, asked by zainkhan001, 2 months ago

By how many ways you can initialize the elements of an array? Differentiate between one and two-dimensional arrays.​

Answers

Answered by ItzNidhi76
0

Answer:

There are four different ways to initialize one-dimensional array in c programming.

Initialize array at the time of declaration. ...

Initialize all elements of an array with 0 (zero) ...

Initialize to define the size of an array. ...

Initialize array elements individually. ...

Similar questions