Exam (elaborations)
CMSC 216 Exam 2 (Notes, Lecture Slides) A+ Guaranteed.
- Course
- Institution
T/F array subscripting is equivalent to pointer arithmetic and vice versa correct answerstrue T/F In the scope where the array is declared, the compiler knows how big the array is but when you pass an array to a func, all it sees is a pointer to the first element so it does not know size correct...
[Show more]