Examness

Beginner C

2件の課題 · 学習順

  1. 1Sum an arrayWrite `long sum_array(const int *a, int n)` returning the sum of the first `n` elements.arrayspointersloops8m
  2. 2Your own strlenWrite `long my_strlen(const char *s)` returning the length of a C string, without calling `strlen`.C stringsnull terminator8m