Interview Questions

Someone explained to me that arrays were really just constant pointers.

C Interview Questions and Answers


(Continued from previous question...)

Someone explained to me that arrays were really just constant pointers.

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..

(Continued on next question...)

Other Interview Questions