How to find the size of integer array

前端 未结 4 1117
执笔经年
执笔经年 2020-12-07 18:53

How to find the size of an integer array in C.

Any method available without traversing the whole array once, to find out the size of the array.

4条回答
提交回复
热议问题