Chapter 9: Problem 10
Suppose your program contains code to create a dynamic array as follows: int *entry; entry = new int[10]; so that the pointer variable entry is pointing to this dynamic array. Write code to fill this array with ten numbers typed in at the keyboard.
Short Answer
Step by step solution
Key Concepts
These are the key concepts you need to understand to accurately answer the question.