Examness
あらゆる試験の無料練習問題
JA
日本語
ログイン
新規登録
ホーム
練習
試験
AI講師
面接対策
コードラボ
遊んで学ぶ
お問い合わせ
💬
フィードバック
コードラボ
/
C
/
Beginner
Beginner C
2件の課題 · 学習順
1
Sum an array
Write `long sum_array(const int *a, int n)` returning the sum of the first `n` elements.
arrays
pointers
loops
8m
2
Your own strlen
Write `long my_strlen(const char *s)` returning the length of a C string, without calling `strlen`.
C strings
null terminator
8m
💬
フィードバック