osandamalith.com
Random Compiler Experiments on Arrays | 🔐Blog of Osanda
One day a guy asked me how to print a 2d string array in C. So I coded an example for him. But just for curiosity, I examined the assembly code. In C both string[0][1] and *(*string + 1) are the sa…