Solved

Insert Const Before

Question 28

Essay

Insert const before .any of the following array parameters that can be changed to const.
void output(double a[],int size);
//Pre: a[0] through a[size-1] have values set.
//Post: a[0] through a[size-1] have been displayed on the screen.
void dropOdd(int a[],int size);
//Pre: a[0] through a[size-1] have values set.
//Post: All odd numbers in a[0] through a[size-1] have //been changed to 0.

Correct Answer:

verifed

Verified

void outpu...

View Answer

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions

Unlock this Answer For Free Now!

View this answer and more for free by performing one of the following actions

qr-code

Scan the QR code to install the App and get 2 free unlocks

upload documents

Unlock quizzes for free by uploading documents