I want to create a simple array of integers having 10 elements. I'm using dynamic memory to allocate a space in memory and whenever I exceed that amount It will call realloc to double its size. Whenever I type 'q' it will exit the loop and print the array.I want to create a simple array of integers hav