Section: Technical
Question ID: C
Assuming double is of 8bytes, what is the size of int arr[15],?
0 120
O 19
O 11
015
Answers
Answered by
0
Answer:
Explanation:
11. Assuming int is of 4bytes, what is the size of int arr[15];? Explanation: Since there are 15 int elements and each int is of 4bytes, we get 15*4 = 60bytes. Explanation: In general, Array Indexing starts from 0.
Similar questions