Using C, pseudocode or pseudo-C Code solve the followingproblem:
CLEAR ARRAY: Write a function that takes in an array of integersand a size of the array. The function should set the array to0.
Expert Answer
Answer to Using C, pseudocode or pseudo-C Code solve the following problem: CLEAR ARRAY: Write a function that takes in an array o…