Examness
あらゆる試験の無料練習問題
JA
日本語
ログイン
新規登録
ホーム
練習
試験
AI講師
面接対策
コードラボ
遊んで学ぶ
お問い合わせ
💬
フィードバック
コードラボ
/
C
/
Intermediate
Intermediate C
2件の課題 · 学習順
1
Reverse an array in place
Write `void reverse(int *a, int n)` that reverses the array in place - no second array.
two pointers
swapping
in-place
10m
2
Count the set bits
Write `long count_bits(unsigned long x)` returning how many bits of `x` are 1.
bitwise AND
shifts
10m
💬
フィードバック