(Solved) : 6 Complete Implementation C String Function Use Pointer Notation Function Return True S T Q43978779 . . .
in c++ no functioncalls(strcmp,etc)
6. Complete the implementation for the C-string function below. Use pointer notation. The function should return true if s and t have the same sequence of characters, up to and including the null terminator. No function calls allowed. bool equal (const char *s, const char *t) Show transcribed image text 6. Complete the implementation for the C-string function below. Use pointer notation. The function should return true if s and t have the same sequence of characters, up to and including the null terminator. No function calls allowed. bool equal (const char *s, const char *t)
Expert Answer
Answer to 6. Complete the implementation for the C-string function below. Use pointer notation. The function should return true if…
OR