Question: What does the following code do, given that x is initialized with integer values ? int row - 5; int col = 5; int x[row][col];
What does the following code do, given that x is initialized with integer values ? int row - 5; int col = 5; int x[row][col]; / Intilization of * */ for (int i = 0; i
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
