Chapter 12: Problem 28
a. Write a statement that declares sales to be a pointer to a pointer of type double. b. Write a C++ code that dynamically creates a two-dimensional array of five rows and seven columns and sales contains the base address of that array. c. Write a C++ code that inputs data from the standard input device into the array sales. d. Write a C++ code that deallocates the memory space occupied by the two- dimensional array to which sales points.
Short Answer
Step by step solution
Key Concepts
These are the key concepts you need to understand to accurately answer the question.