1) What will happen if you put too few elements in an array when you initialized it? a) Used elements will be filled with garbage value b) Possible system mal function c) Error message from the compiler d) Nothing 2) Te expression num [1] designates the first number in the array a) True b) False An array is the collection of a) The same data type placed next to each other in memory b) The same data type scattered throughout the memory c) The different data type placed next to each other in memory d) The different data type scattered throughout the memory 3) 4)What is the difference between 5’s in these two statements? int num[5]; numf5]-11,; 5) In an array int arrl12, the word ‘arr’ reperesents of the array