To access the element in row r and column c, C++ uses the formula (COLS and ROWS are constant integers):

a) ROWS * c + r
b) COLS * c + r
c) ROWS * r + c
d) COLS * r + c

d) COLS * r + c

Computer Science & Information Technology

You might also like to view...

________ aligns text immediately with the left margin

A) Left alignment B) Center alignment C) Justified D) Right alignment

Computer Science & Information Technology

Which PC design would most likely contain multiple displays?

A) HTPC B) Home server C) Thick client D) CAD/CAM E) Mobile

Computer Science & Information Technology