|
|
|
|
|
by Buge
3461 days ago
|
|
It's a complicated situation. There's a pointer to an array, and that pointer is dereferenced, resulting in an array (that then decays to a pointer). But that second array/pointer is not dereferenced. I'm not sure if it's legal. |
|
While:
might appear to be doing something different, it actually isn't.