More Pointers

Last time: Strings and Pointers

Prof. Brian D. Davison

Computer Science & Engineering, Lehigh University

Additional Credits

Announcements

Pointer arithmetic

*MUST* remember the type (and the size of the type) when doing pointer arithmeti c.

Connecting pointers to arrays

Connecting pointers to arrays

Character pointers and arrays for strings

String operations using pointers

String operations using pointers