回覆列表
  • 1 # 使用者1844319796352

    strcpy是複製字串

    strcmp對比字串

    用的時候需要標頭檔案#include

    #include

    #include

    #include

    main()

    {

    char a[10]="Hello!";

    char b[10];

    strcpy(b,a);//把a copy給b

    puts(b);//打印出b

    system("pause");

    }

    strcmp(a,b)用來對比字串長度的,比如

    #include

    #include

    #include

    main()

    {

    char a[10]="Hello!";

    char b[20]="Hello word!";

    if(strcmp(b,a)

    puts(b);//打印出b

    system("pause");

    }

  • 中秋節和大豐收的關聯?
  • 安裝人防消防管人與人防之間需要閥門嗎?