error C2143: syntax error : missing ')' before 'type'
#include<stdio.h>void main()
{
printf("%d\n", seizeof(int));
}
Compiling...
seizeof.c
E:\百度网盘\Microsoft Visual Studio\MyProjects\seizeof\seizeof.c(6) : warning C4013: 'seizeof' undefined; assuming extern returning int
E:\百度网盘\Microsoft Visual Studio\MyProjects\seizeof\seizeof.c(6) : error C2143: syntax error : missing ')' before 'type'
执行 cl.exe 时出错.
我用的VC6++,不知道错误在哪,求大佬 sizeof 打错字 sizeof 打错字 傻眼貓咪 发表于 2021-10-11 21:44
sizeof 打错字
谢谢
页:
[1]