write the array declaration to store 50 elements of data type int in c++
Answers
Answered by
0
Answer:
Storing Data in Arrays. Assigning values to an element in an array is similar to assigning values to scalar variables. Simply reference an individual element of an array using the array name and the index inside parentheses, then use the assignment operator (=) followed by a value.
Similar questions