回覆列表
  • 1 # 老生談笑

    字母表中的所有字母(包括計算機鍵盤上的所有鍵)都被賦予了一個值,這些字元及其相應的值一起組成了ASCII字符集,該字符集在北美、歐洲和許多講英語的國家中得到了廣泛的使用。字母字元被分成大寫和小寫兩組,並按數字順序排列。有了if((ch=97) && (ch<=122))printf(" %c is a lowercase letter\n" ,ch); else if ((ch=65) && (ch<=90))print(" %c is an uppercase letter\n" ,ch); elseprintf(" %c is not an alphabet letter\n" ,ch) ;在上例中,變數ch的值與十進位制值進行比較。當然,它也可以與字元本身進行比較,因為ASCII字元既是按字元順序定義的,也是按數字順序定義的。請看下例: int ch ; ch=getche() ;if((ch="a") && (ch<="z"))printf("%c is a lowercase letter\n" ,ch); else if ((ch="A") && (ch<="Z"))print(" %c is a uppercase letter\n" ,ch); elseprintf(" %c is not an alphabet letter\n" ,ch);你可以隨便選擇一種方法在程式中使用。但是,後一種方法

  • 2 # 老生談笑

    字母表中的所有字母(包括計算機鍵盤上的所有鍵)都被賦予了一個值,這些字元及其相應的值一起組成了ASCII字符集,該字符集在北美、歐洲和許多講英語的國家中得到了廣泛的使用。字母字元被分成大寫和小寫兩組,並按數字順序排列。有了if((ch=97) && (ch<=122))printf(" %c is a lowercase letter\n" ,ch); else if ((ch=65) && (ch<=90))print(" %c is an uppercase letter\n" ,ch); elseprintf(" %c is not an alphabet letter\n" ,ch) ;在上例中,變數ch的值與十進位制值進行比較。當然,它也可以與字元本身進行比較,因為ASCII字元既是按字元順序定義的,也是按數字順序定義的。請看下例: int ch ; ch=getche() ;if((ch="a") && (ch<="z"))printf("%c is a lowercase letter\n" ,ch); else if ((ch="A") && (ch<="Z"))print(" %c is a uppercase letter\n" ,ch); elseprintf(" %c is not an alphabet letter\n" ,ch);你可以隨便選擇一種方法在程式中使用。但是,後一種方法

  • 中秋節和大豐收的關聯?
  • 活蝦為何須和尾是紅色的?