Question #313489

Describe and illustrate the characteristics of an object? What is the syntax for a multi dimensional array and a two dimensional array ?

Expert's answer

int main()
{
	const int ROW = 5; // two dimensional array
	const int COL = 5;
	int arr[ROW][COL];




	const int x=5, y=5, z=5; // dimensional array
	int arr[x][y][z];
}

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!

LATEST TUTORIALS
APPROVED BY CLIENTS