• <output id="aynwq"><form id="aynwq"><code id="aynwq"></code></form></output>

    <mark id="aynwq"><option id="aynwq"></option></mark>
  • <mark id="aynwq"><option id="aynwq"></option></mark><label id="aynwq"><dl id="aynwq"></dl></label>
  • 學習啦 > 學習英語 > 專業英語 > 計算機英語 > c語言strcmp的用法

    c語言strcmp的用法

    時間: 長思709 分享

    c語言strcmp的用法

      函數 int stringcompare(char *source, char *target) 比較字符串 source 和 target,并根據 source 是否小于、等于或大于 target 的結果分別返回負整數、0或者整數。該返回值是 source 和 target 由前后逐字符比較時遇到的第一個不相等字符處的字符的差值。下面小編就來為大家介紹下c語言strcmp的用法。
      #include <stdio.h>
      int stringcompare(char *source, char *target);
      int main()
      {
      char str_a[] = "Welcome to www.nowamagic.net";
      char str_b[] = "Welcome to www.nowamagic.net";
      int wait, result;
      result = stringcompare(str_b, str_a);
      printf("After Function Call: \n");
      printf("result is '%d' \n", result);
      scanf("%d", &wait);
      }
      /* 根據 source 按照字典順序小于、等于或大于 target 的結果分別返回負整數、0或者整數 */
      int stringcompare(char *source, char *target)
      {
      int i;
      for(i = 0; source[i] == target[i]; i++)
      {
      if (source[i] == '\0')
      return 0;
      return source[i] - target[i];
      }
      }
      下面再用指針實現:
      int stringcompare(char *source, char *target)
      {
      for ( ; *source == *target; source++, target++)
      if (*source == '\0')
      return 0;
      return *source - *target;
      }
      關于指針自增與自減有下面一種用法:
      /* 將val壓入棧 */
      *p++ = val;
      /* 將棧頂元素彈出到val中 */
      val = *--p;
      這兩個表達式是進棧和出棧的標準用法。
    514777 主站蜘蛛池模板: 亚洲桃色av无码| 亚洲欧美在线不卡| 日本免费www| 成人18网址在线观看| 欧美亚洲欧美区| 欧美激情一区二区| 国产真实伦在线观看| 中文乱码人妻系列一区二区 | 国产香蕉一区二区在线网站| 性色AV一区二区三区夜夜嗨| 亚洲大香人伊一本线| 美妇浑圆硕大高耸美乳| 国产精品日韩欧美亚洲另类| 中文字幕永久更新| 欧美性猛交xxxx黑人| 哆啦a梦エロ本| 亚洲天堂水蜜桃| 尤物视频www| 久久躁狠狠躁夜夜av| 男人操女人免费| 国产人妖在线观看| 7777精品久久久大香线蕉| 无码人妻精品一区二区三区久久 | 欧美一级黄色影院| 再深点灬舒服灬太大了岳| 久草视频免费在线观看| 天天躁夜夜躁很很躁| 久久午夜无码鲁丝片| 欧美熟妇另类久久久久久多毛| 四虎影视www四虎免费| 在线观看精品视频看看播放| 恋恋视频2mm极品写真| 亚洲AV永久无码精品网站在线观看| 男女xx动态图| 国产一级不卡毛片| 五月天六月丁香| 大地资源在线资源官网| 中文无线乱码二三四区| 欧美18性精品| 亚洲色图视频在线观看| 色综合久久一区二区三区|