Write a C++ function that initializes all the elements of M × N matrix mat to 0.

What will be an ideal response?



for (int i = 0; i < M; ++i)
for (int j = 0; j < N; ++j)
mat[i][j] = 0;

Computer Science & Information Technology

You might also like to view...

Among the attributes of an AP div, the ____________________ indicates the path to the background image file for the AP div.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

What is a pointer?

A. A data type which holds the address of a variable. B. A C++ keyword. C. A specific declaration statement. D. A hexadecimal variable.

Computer Science & Information Technology

When networking, you should take every opportunity to participate in the LinkedIn ________

Fill in the blank(s) with correct word

Computer Science & Information Technology

From this window, where do I click next to get to the following window? ?

A. Change settings B. Device Manager C. Advanced system settings D. System protection

Computer Science & Information Technology