Name: Anonymous 2017-02-07 13:53
??
is it a c dialect or sth???
is it a c dialect or sth???
Arrays are supposed to be contigious by definition.No, nothing in a high-level language requires arrays to be stored in memory in a specific way. The array might actually be stored as some kind of tree, but you will never be able to find out from inside the language itself because the language semantics won't let you.