you need to write a C function named pick. The prototype is:
int pick(int);
The function accepts a positive integer (let’s call it “n”), and returns:
- n%4 if n is not a multiple of 4
- 1 if n is a multiple of 4
Professional Essay Writing Services
you need to write a C function named pick. The prototype is:
int pick(int);
The function accepts a positive integer (let’s call it “n”), and returns: