#include <string.h> #include <stdio.h> int main() { const char* string = "Hello World!"; //Matches int a = strcmp(string, "Hello World!
確定! 回上一頁