I need a function int countDifferentNumbers(int v[], int n) which counts how many different values the array v with n entries contains.
int countDifferentNumbers(int v[], int n)
v
n