gpt4 book ai didi

c - 用于计算数组中元素数量的标准宏

转载 作者:行者123 更新时间:2023-11-30 18:28:29 24 4
gpt4 key购买 nike

C 标准库中是否有类似的内容:

#define sizeofarr(a)    ( sizeof(a) / sizeof(a[0]) )

最佳答案

不,没有这样的事情!

为了更好的宏定义,请直接检查此链接:

is-there-a-standard-function-in-c-that-would-return-the-length-of-an-array

common-array-length-macro-for-c

关于c - 用于计算数组中元素数量的标准宏,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47066059/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com