- What is the difference between the following?
- char pointer
- char array
- C-style string
- Students in the "honors" section provide code to illustrate the differences in the above
- Write a function that is equivalent to strcpy() (from the cstring header)
- Students in the "honors" section also do strncpy()
Last Modified: