On 26/09/13 23:23, H. S. Teoh wrote:
You mean:

        int[10] arr = void;

It's what I was thinking of, but does that also work with a dynamic array declaration?

    int[] arr = new int[n];

Reply via email to