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
3
Answer:
( c ) => int a[10] ;
Array is always declared jn square brackets . followed by its data type .
hope it helps you
Similar questions
Chemistry,
4 months ago
Science,
4 months ago
Computer Science,
10 months ago
Accountancy,
10 months ago
Social Sciences,
1 year ago