World Languages, asked by shreesindhu135, 8 months ago

write array declaration for a list of 50 real numbers

Answers

Answered by Anonymous
6

Answer:

Obtaining an array is a two-step process. First, you must declare a variable of the desired array type. Second, you must allocate the memory that will hold the array, using new, and assign it to the array variable.

Similar questions