Question: What is/are the difference(s) between an array base name (i.e., int a[3]; and a pointer (i.e., int *a = new int[3];)?
What is/are the difference(s) between an array base name (i.e., int a[3]; and a pointer (i.e., int *a = new int[3];)?
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
