小编Var*_*roo的帖子

Void指针没有类型转换

int main
{
void* i;
printf("%d",i);
return 0;
}
Run Code Online (Sandbox Code Playgroud)

输出:(垃圾值)void指针如何确定没有类型转换的数据类型?

c c++ pointers casting function

0
推荐指数
2
解决办法
743
查看次数

标签 统计

c ×1

c++ ×1

casting ×1

function ×1

pointers ×1