Declare an array of 5 ints and initialize it to the first five even numbers.
3 Likes
int even[] = {2, 4, 6, 8, 10};
Answered By
2 Likes
Declare following arrays: balance of 26 float element.
Declare following arrays: budget of 58 double element.
Write a statement that displays the value of the second element in the long array balance.
For a multidimensional short array X[5][24], find the number of bytes required.