//3. Write a program to calculate the sum of all even numbers and sum of all odd //numbers, which are stored in an array of size 10. Take array values from the user.
The “realloc” or “re-allocation” method in C is used to dynamically change the memory allocation of a previously allocated memory. Using this function we can create a new array or change the size of ...