Computer Science, asked by premjitoinam16, 8 months ago

Write the syntax of arrays of 50 elements​

Answers

Answered by aayushi567
0

Answer:

The syntax of declaratiom of array elements is below data_type array_name [array_size]; e.g. int a[50]={1,2,3,4,..........,50};.

Similar questions