The character '\0' identifies the end of a string in C. But it can also play the role of a real character.
In this exercice, write the body of the function counting_zero
, which counts the number of occurence of the character '\0'.
You cannot use any function from the string library.