No, the compiler will not fill in the array length based on your element list. It does compute the length while compiling and *you* need to match it in your declaration.<br>