Question: 1. What is the difference between int* a = new int( 25 ) and int* a = new int[ 25 ]? 2. How come we
1. What is the difference between int* a = new int( 25 ) and int* a = new int[ 25 ]?
2. How come we can pass an array name as an argument to a function and still be able to persist the change?
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
