I’m studying 2 dimensional arrays in c++ and I’m trying tofigure out if I need an “int” in the function prototype. forexample: void displaySeats(double myArray[][], int); Do I need thatlast “int” included or does it depend?
Expert Answer
An answer will be send to you shortly. . . . .