How Can We Find the Number Of Elements In An Array
Answers
Answered by
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