『壹』 c語言補充程序讓一句話每個單詞的第一個字母變成大寫
按照題目要求補充完整的C語言程序如下
#include <stdio.h>
// You can add your own functions if necessary
void capitalize_first_character(char str[1000]) {
// 補充程序
int i,n=0;
while(str[n]!='