Question: Question 11 (5 points) chPtr was declared as an array of 26 pointers to the type char. Write the code construct to allocate 26 character
Question 11 (5 points) chPtr was declared as an array of 26 pointers to the type char. Write the code construct to allocate 26 character values, and initialize them to the letters 'z' through 'a', and assign their pointers to the chPtr array of pointers (in that order)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
