If you look in the program, you will see two array sizes, one is array[4] and other is size of array : (8 user define)
How will you decide what could the size array[number] ? What changes happen if I change number like 2,4,6,8,9.. in given program ? will it still store only 8 numbers ?