エラー解消したいです。
以下のエラーメッセージが発生しました。
error: expected declaration or statement at end of input
40 | }
| ^
#include <stdio.h> int my_strlen(char s[]) { int i; for(i=0; s[i]!=0; i++) return i;
回答1件
あなたの回答
tips
プレビュー
Q&A
解決済
退会済みユーザー
総合スコア0
投稿2021/12/20 09:03
編集2022/01/08 10:44以下のエラーメッセージが発生しました。
error: expected declaration or statement at end of input
40 | }
| ^
#include <stdio.h> int my_strlen(char s[]) { int i; for(i=0; s[i]!=0; i++) return i;
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。