Computer Science, asked by rahul3379, 3 months ago

Write the syntax to define an array of 50 element

Answers

Answered by kalamadhu366
3

data_type is your answer

Answered by preetishah8860
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