Predict the output
#includestdio.h
int main()
{
int a = 35%10;
printf("%d", a);
return 0;
}


Posted on by