|
COMP2113
COMP2113_ENGG1340 Programming technologies and Computer programming II [Section 2BC] [2023]
|
#include <iostream>#include <iomanip>
Go to the source code of this file.
Functions | |
| int | main () |
| void | print_2d_array (const int a[][5], int numRows) |
| int main | ( | void | ) |
Definition at line 19 of file array2D_func.cpp.
References print_2d_array().

| void print_2d_array | ( | const int | a[][5], |
| int | numRows ) |
Definition at line 6 of file array2D_func.cpp.
Referenced by main().
