Write a function called | Computer Science homework help
Write a function called strcmp373, which compares two strings in precisely the same way that strcmp does in the C library <string.h>. This time, please use “pointer syntax” in writing this function. That is, the [ ] operator should not be used at all when referring to particular characters in string1 and string2; instead, all parameters and local variables should be declared as pointers […]