Question: Write a C program to create two user - defined functions; first function name as Input ( ) and second function Print ( ) .
Write a C program to create two userdefined functions; first function name as
Input and second function Print Call Input function from main function and Input function
will take integer as an array input from user. Next pass the array to Print function, then print
all odd index elements inside Print function.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
