Question: 1. Dynamically allocate an array of 20 integer pointers on the heap. Use arryPtr to point to it.12] 2. For each of the pointers in
1. Dynamically allocate an array of 20 integer pointers on the heap. Use arryPtr to point to it.12] 2. For each of the pointers in the array from tion 1, declare a is equal to the index of said pointer plus 8. [3] 3. Write all the code necessary to properly deallocate all of the memory allocated in questions 1 and 2. [5] 4. Determine the output of each of the following expressions. If a single letter is printed, be specific about which letter in a word the expression prints. For instance, if the word is "color" and the expression refers to an o: indicate which 'o' of "color" it is. [2 points each] char data[6] [10] {camera", "lens", "printer", "tripod, Lights", "clock") a. cout
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
