arrays problem.!!!!!

count int SIZE=13;
char string1[SIZE]="Hello";
char string2[ ]="world! //what is the meaning of the empty bracket???
the empty bracket makes string2 only big enough to store the string.
Topic archived. No new replies allowed.