Question: USE C LANGUAGE TO ANSWER. 7. Write down the logic to print only the numbers which are the multiples of 4 from the given array.

USE C LANGUAGE TO ANSWER.
7. Write down the logic to print only the numbers which are the multiples of 4 from the given array. int A[10] = {2, 1, 15, 20, 22,33,40,44,55,58}; 8. Write a code for the given array int A[3][3]={1,2,3,4,5); which prints the following output? 333 000 000
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
