gpt4 book ai didi

c - 解释 C 代码片段 : preprocessor + printf =?

转载 作者:行者123 更新时间:2023-12-02 06:24:17 24 4
gpt4 key购买 nike

此代码片段的输出是%s is a string is a string。请解释。

#include <stdio.h>

#define scanf "%s is a string"

int main()
{
printf(scanf, scanf);
}

最佳答案

您到底想让我们解释什么?代入宏得到

printf("%s is a string", "%s is a string");

剩下的就是 printf 预期的正常日常行为。

附言#define scanf ...???

关于c - 解释 C 代码片段 : preprocessor + printf =?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3641244/

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