C arrays allow reversed bracket notation like 5[a]
Just in case you wanted your code to look like a ransom note. Because C treats array indexing as simple pointer addition, 'a[5]' and '5[a]' compile to the exact same memory address, letting developers write uniquely horrible-looking logic.
![C arrays allow reversed bracket notation like 5[a]](https://cdn.stackyfacts.com/images/8d1cb281-004c-4034-beec-f92b007ea3e7_back.jpg)
Keep exploring facts in this topic.
Technology →




