Create an array of 50 integers and assign 50 to the 3rd element of the array
Answers
Answered by
5
Answer:
int a[50];
a[2] = 50;
Read my bio once
Similar questions