編寫乙個程式,完成字元大小寫的轉換。

2021-08-05 20:49:15 字數 491 閱讀 5905

隨機輸入大寫字母,程式輸出小寫字母或者隨機輸入小寫字母,程式輸出大寫字母

呼叫toupper()函式

#define _crt_secure_no_warnings

#include

#include

void

toupper(char ch)

else

}int main()

使用getchar()和putchar()函式

#include

#include

int main()

else

if (ch >= 'a'&& ch <= 'z')//也有可能輸入的是其他字元,並不只是26個字母,所以需要在可else if多出乙個如果

}system("pause");

return

0;}

C語言 輸出字串中最長的乙個大小寫字母組合

首先讀乙個字元,判斷該字元是否為字母 如果該字元為字母,則存入字母緩衝區,如果該字母後面為結束符,則記錄該字母組合的長度 起始和結束下標。如果該字元不是字母,但該字元的前乙個字元是字母,則記錄該字母組合的長度 起始和結束下標。清空字母緩衝區。如果該字元不是字母且其前乙個字元也不是字母,則讀取下乙個字...

乙個yuv轉bmp的程式

在黑客中國上找到的,執行除錯後,可以使用,如下 include stdafx.h include include include include include define byte unsigned char define bool bool define dword unsigned long...

Linux下完成的乙個作業程式

文件建立日期 2010 02 19 01 p173 2.程式設計題 7 02 03 the beginning of c program test06 07.c.04 05 header files included.06 include 07 08 macro definition.09 defi...