Question: C++. use library iostream and vector. Functions and Pointers: Create two regular c-type functions (w/separation) that we can use over and over again throughout this
C++. use library iostream and vector.
Functions and Pointers: Create two regular c-type functions (w/separation) that we can use over and over again throughout this course. Both functions will only have ONE input parameter... the actual VECTOR. 1. One function simply displays the values stored in each element of the vector. 2. The other function will display the value AND the address of each of the elements in the vector casted out to integers
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
