Question: C programming Pointers #define Main () Determine the following information about each value in a list of positive integers. a. Is the value a multiple
C programming Pointers #define
Main ()

Determine the following information about each value in a list of positive integers. a. Is the value a multiple of 7, 11, or 13? b. Is the sum of the digits odd or even? (parameter output returns 0 for even, 1 for odd) c. Is the value a prime number? (parameter output returns 0 nonprime, 1 for prime) 2. You should write three functions: 1)jinput, 2) processing: 3)output Input will have one output parameter of type int stating the number of input items to process. Processing should have one input parameter stating the number of items to process, three output parameters to answer the above three questions 1) 2) 3) Output will have 3 input parameters to display the results C+ using pointers
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
