Write the syntax to define an array of 50 element
Answers
Answered by
3
data_type is your answer
Answered by
0
Array declaration syntax is very simple. The syntax is the same as for a normal variable declaration except the variable name should be followed by subscripts to specify the size of each dimension of the array.
I hope it will help you.
Attachments:
Similar questions