首页
编程
java
php
前端
首页
编程
java
php
前端
为什么return可以返回printf函数
比如这个部分 int f2(int x)
{
return (x>1?printf("Y"): putchar('N'));
}
printf函数也有返回值的
点击展开全文