Question: Write a function to display the contents of names and marks using the prototype given below. void displayData(const string names[], const int marks[], int numElts);
Write a function to display the contents of names and marks using the prototype given below.
void displayData(const string names[], const int marks[], int numElts);
Step by Step Solution
3.50 Rating (163 Votes )
There are 3 Steps involved in it
To write a function that displays the contents of two arrays names and marks youll need to iterate t... View full answer
Get step-by-step solutions from verified subject matter experts
