[Solved] 2D array difference in C and C++
Arrays vs. pointers is probably one of the harder topics of C (and C++ which inherited that from C). It’s actually easy once you understood the concept behind but that concept might be unexpected by starters – I never saw anything similar in other programming languages. Borgleader told in his comment: int a[3][3] decays to … Read more