Question: Please complete question with C++ coding Declare two arrays with the size of 5. One of integer and one of char types. Create two pointers
Please complete question with C++ coding
Declare two arrays with the size of 5. One of integer and one of char types. Create two pointers to point to these two arrays. Initialize them with your own choice of values. Display address of each element of both arrays. What are the sizes of both types?
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
