gpt4 book ai didi

C 字符数组打印,使用子程序

转载 作者:太空宇宙 更新时间:2023-11-04 07:06:22 25 4
gpt4 key购买 nike

<分区>

有代码使用c:

const char *bits[] = {"0000","0001","0010"};

当我调用 printf 函数时,它工作正常:

prinft("%s",bits[1]); // this prints correct value

但是当我尝试调用子程序函数时它会停止程序:

print(*bits);
void print(const char *bits)
prinft("%s",bits[1]); // system stops working

如何打印正确的值?

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