Why isn't

    bool c = a[] == 4;

allowed when

    a[] = b[] + 4;

is?

given that

    int[] a, b;

Reply via email to