Question: in c language Write a function which takes two arguments: an address of a dynamic array containing variables of type int and a size of

in c language
Write a function which takes two arguments: an address of a dynamic array containing variables of type int and a size of the array. The function should assign zero to all elements of the array that can by divided by 4 without a rest (e.g. [1, 4.2. -8.3 1.0.2.0, 3]). The non-zero values should be moved to the right (eg. (e.g. (1.0, 2.0.3] [0,0, 1, 2, 3]). Do not use additional arrays. GE #
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
