IT Placement Papers Programming C
This category contains C Interview Questions and Answers |
Someone explained to me that arrays were really just constant?
|
|
|
|
|
This is a bit of an oversimplification. An array name is
"constant" in that it cannot be assigned to, but an array is
*not* a pointer.
Only registered users can write comments. Please login or register.
|