Question: Requirements: You must use pointers to process all arrays. Code a C function that accepts a pointer to an array of integers and its size.
Requirements: You must use pointers to process all arrays.
Code a C function that accepts a pointer to an array of integers and its size. This function should replace any entrt that is divisible by 3 by a randomly generated integer that is not divisible by 3. This function should count how many instances of replacement occurred. display the array before and after and return that count back to main to display.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
