[Solved]Q1 Write C Function Replace Even Elements O Odd 1 Undefined Length One Dimensional Array T Q37105701

What is the solution to these questions?
Q1. Write C function that can replace all the even elements to O and odd to 1 in undefined length one-dimensional array. Test your program in the main program by defining one-dimensional array of 6 elements. (8 Marks) Q2. Write C program that can solve the following equastion: (7 Marks) a cosn 7-1 Show transcribed image text Q1. Write C function that can replace all the even elements to O and odd to 1 in undefined length one-dimensional array. Test your program in the main program by defining one-dimensional array of 6 elements. (8 Marks) Q2. Write C program that can solve the following equastion: (7 Marks) a cosn 7-1
Expert Answer
Answer to Q1. Write C function that can replace all the even elements to O and odd to 1 in undefined length one-dimensional array…. . . .
OR

