Computer Science, asked by joysijo9528, 1 year ago

What is the size of second dimension in an array sales[5][12] ?(a) 5
(b) 12
(c) 60
(d) 10

Answers

Answered by aqibkincsem
12

"The given array sales[5][12] is a two-dimensional array as it has two subscripts.

It demonstrates that the array sales include 5 numbers of rows and 12 numbers of columns. The size of the array sales[5][12] can be determined as:

Size = No. of rows X no. of columns

       = 5 X 12

       = 60

"

Answered by Parthhhhhhhhh
2

Answer:

Explanation:

Ans :B

Similar questions