Computer Science, asked by mohanashyam5254, 9 months ago

"Output of the following:float a[4][5];printf("%d", sizeof(a));"

Answers

Answered by mariakhansatti788
0

Answer:

20

Explanation:

it is two dimensional array which indicates rows and columns.

Similar questions