MCQOPTIONS
Saved Bookmarks
| 1. |
Row -major order in two -dimentional array refers to an arrangement where |
| A. | all elements of a row are stored in memory in sequence followed by next row in sequence,and so on |
| B. | all elements of row are stored in memory in sequence followed by next column in sequence ,and so on |
| C. | all elements of row are stored in memory in sequence followed by next column in sequence |
| D. | none of the above |
| Answer» B. all elements of row are stored in memory in sequence followed by next column in sequence ,and so on | |