I dont know where to start.
Write two versions of function strlen in Fig. 8.36. The first version should use array subscripting, and the second version should use pointers and pointer arithmetic.
8.36 says this:
size_t strlen(const char *s);
Determines the length of string s. The number of characters preceding the terminating null character is returned.



LinkBack URL
About LinkBacks


