其实我很好 发表于 2021-10-11 21:28:02

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++,不知道错误在哪,求大佬

傻眼貓咪 发表于 2021-10-11 21:43:01

sizeof 打错字

傻眼貓咪 发表于 2021-10-11 21:44:08

sizeof 打错字

其实我很好 发表于 2021-10-11 23:07:26

傻眼貓咪 发表于 2021-10-11 21:44
sizeof 打错字

谢谢
页: [1]
查看完整版本: error C2143: syntax error : missing ')' before 'type'