I ment, how to print the WHOLE ARRAY???
array[3]={33,44,55}
then array[1]=33
array[2]=44
array[3]=55
it means, we can ONLY print elements, not the whole array, do we, or??
Many thanks!
p.s. I am just starting, I sometimes literarily do not manage write indentation well cause I am short with time and still have n practise to do it automathically!!!