Multiple choice Which of the following is the greatest disadvantage of using arrays? Arrays are small in size. Arrays are very big in size. Arrays are static structures. Arrays are dynamic structures. Arrays are easier to implement. Reveal answer Fill a bubble to check yourself C Correct answer Explanation This is the greatest disadvantage as once the size of the arrays is specified it remains fixed until the user changes it.