C program to accept 20 numbers in an array and list even no. and of no. separately with the count


 

                                 Output


In the above method output is not proper.
The method given below is correct in terms of output.





                                    Output


Comments