Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 170 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 170 Bytes

counter

a recursive function int Count(int A[], int size, int val); which operates on static arrays of integers and returns the number of elements of A equal to val.