English, asked by zckansari9229, 10 months ago

How Can We Find the Number Of Elements In An Array

Answers

Answered by praveen471484
0

Answer:

Just divide the number of allocated bytes by the number of bytes of the array's data type using sizeof() . E.g. Now the count will be having the count of number of array elements which are entered.

Similar questions