Computer Science, asked by sakshinarware5420, 1 year ago

What is mean of arr_size = sizeof(arr)/sizeof(arr[0])?

Answers

Answered by MrCoder
1
The question means that arr_size will store the total length of the array / the value present in the 1st position or 0th index of the array
Similar questions