Science, asked by muntunkumarstk799, 10 months ago

1.
Which declaration of array is correct?
(a) int a(10); (b) int a{10};
(c) int a[10];
(d) int (10)
.​

Answers

Answered by Adarshthakur11
3

Answer:

( c ) => int a[10] ;

Array is always declared jn square brackets . followed by its data type .

hope it helps you

Similar questions