gpt4 book ai didi

c - 以下声明是什么意思?

转载 作者:太空宇宙 更新时间:2023-11-04 05:44:34 24 4
gpt4 key购买 nike

struct abcd poly[] = {
{"Inside","Outside"},
{"Outside","Inside"},
};

上面的声明是什么意思?

最佳答案

这将创建一个由 2 个名为 poly 的 struct abcd 组成的数组。如果结构看起来像这样,则 str1 和 str2 将被设置为“Inside”和“Outside”。

struct abcd
{
const char *str1;
const char *str2;
};

关于c - 以下声明是什么意思?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9118091/

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