|
|
|
|
|
by Goladus
5468 days ago
|
|
No not really. What's really going on is that A has been declared as an array of 16 ints, while aa has been declared as a pointer to int. Those are different types, and C treats them differently sometimes (but not all times). |
|