セクション 3. 章 8
single
Challenge: Calculating String Length
メニューを表示するにはスワイプしてください
タスク
スワイプしてコーディングを開始
Practice calculating the length of a string in C by implementing a function that counts characters until the null-terminator is reached.
- The function must return the number of characters in the string before the null-terminator.
- The function must work for empty strings as well as non-empty strings.
- The function must not use any standard library string functions.
解答
すべて明確でしたか?
フィードバックありがとうございます!
セクション 3. 章 8
single
AIに質問する
AIに質問する
何でも質問するか、提案された質問の1つを試してチャットを始めてください