Question: ***C LANGUAGE*** /* Make this program so it malloc's an integer array that has room for 10000 integers, then reads integers from the user using
***C LANGUAGE***
/*
Make this program so it malloc's an integer array that has
room for 10000 integers, then reads integers from the user
using scanf as long as scanf returns 1 (but not more than 10000 - if you
get to 10000 then just ignore the rest or stop scanf'ing),
then loops through and prints out in reverse order the integers from the
array but only those that are even.
Remember to free your malloc'ed memory before the program finishes.
*/
#include
#include
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
