Answer to Question #214175 in C++ for Jaguar

Question #214175

QUESTION 9 

Which of the following function header correctly includes a two dimensional array as its parameter? 

1. void display(int [ROWS][]); 

2. void display(int [][]);

3. void display(int [ROWS][COLS]); 

4. void display(int [][COLS]);


1
Expert's answer
2021-07-08T02:04:58-0400

The correct answer is option 3. void display(int [ROWS][COLS])- an array element is being passed as a perimeter to a function 


Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
New on Blog
APPROVED BY CLIENTS