我现在正在学习 C 基础知识。我有一个让我有点困惑的问题。
我的问题是以下程序的输出如何 - 2 ?
#include<stdio.h>
int main()
{
printf("%d", -5%3);
return 0 ;
}
我现在正在学习 C 基础知识。我有一个让我有点困惑的问题。
我的问题是以下程序的输出如何 - 2 ?
#include<stdio.h>
int main()
{
printf("%d", -5%3);
return 0 ;
}