We could compare the two strings by traversing each index using a loop and comparing each character one by one. #include <stdio.h> int ...
確定! 回上一頁