Hai,
When I declare a zero-based array I get a compile time error stating
that zero based array is not possible. But if I declare the same in
the function argument I don't get any error. Is related with the
function in C in which the argument's references are passed in the
stack during the runtime. I am confused.
When I declare a zero-based array I get a compile time error stating
that zero based array is not possible. But if I declare the same in
the function argument I don't get any error. Is related with the
function in C in which the argument's references are passed in the
stack during the runtime. I am confused.
Comment