Question: Write a program using pointers in c + + that creats an array,appends the array, finds a number in the array and where it is
Write a program using pointers in c that creats an array,appends the array, finds a number in the array and where it is at and prints the array. using these function titles, void arrayinitint a int size, int x
void appendint a int& size, int appendme
int findconst int a int size, int findme
int& atint a int size, int pos
ostream& printarrayconst int a int size
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
