Predict the output of the following code
#includestdio.h

int main() {
int a=7.5;
int b=3;
printf("%d",a%b);

return 0;
}

Posted on by