Question: Use C++ language The following code uses an array of three grades #include using namespace std; int main() { const int SIZE=3; int grade[SIZE]={10,20,30}; //Create

Use C++ language

The following code uses an array of three grades

#include using namespace std; int main() { const int SIZE=3; int grade[SIZE]={10,20,30};

//Create an array of pointer of type integer. Name the array aptr // A. YOUR CODE

//B. Assign each array element of aptr to point to array elements of array grade. //YOUR CODE for(int i =0;i

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!