In 3[\"XoePhoenix\"], array index is of type array of characters. Can we do this in C? Isn\'t it true that an array index must be an integer?
3[\"XoePhoenix\"]
What does
In C, arrays are very simple data structures with consecutive blocks of memory. They therefore need to be integers as these indices are nothing more than offsets to addresses in memory.