int main( void )
{
printf();
}转载于:https://blog.51cto.com/tenggui/60473
本文提供了一个简单的C语言程序示例,该程序包含一个main函数,其中调用了无参数的printf函数。
int main( void )
{
printf();
}转载于:https://blog.51cto.com/tenggui/60473
3380
5331

被折叠的 条评论
为什么被折叠?