gpt4 book ai didi

c - 为什么不能在 token 中使用注释?

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

如果我有代码,比如

 int main()
{
i/* this is me*/nt a=9;
printf("%d",a);
getch();
return 0;
}

在这里,如果我尝试在 token int 中使用注释,那么它会产生什么问题,因为它会显示错误。在词法阶段,编译器会出现什么问题,词法分析器只是将字符流转换为 token ,它删除了所有评论,那么这里的问题是什么?

最佳答案

参见 5.1.1.2/3 in the C11 Standard

Each comment is replaced by one space character.

关于c - 为什么不能在 token 中使用注释?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28787134/

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