S
Sac
Hello C Gurus,
As I understand C does not differentiate between 1 and
multi dimensional arrays.
All it does is to allocate sequential memory locations
depending on size.
However when A returns the stored value on 1
dimensional array,where as A returns an address on 2 dimensional
array. Does C represent multi dimensional arrays in different way?
Does standard say anything about this behaviour?
Thanks
Sac
As I understand C does not differentiate between 1 and
multi dimensional arrays.
All it does is to allocate sequential memory locations
depending on size.
However when A returns the stored value on 1
dimensional array,where as A returns an address on 2 dimensional
array. Does C represent multi dimensional arrays in different way?
Does standard say anything about this behaviour?
Thanks
Sac