Exam (elaborations)
CMSC 216 Exam 2(100% correct answers)
- Course
- Institution
T/F array subscripting is equivalent to pointer arithmetic and vice versa correct answers true 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 correc...
[Show more]