Predict the output of the below code
#include stdio.h

int main()
{
float x = 30.0;
x %= 15.0;
printf("%f",x);

return 0;
}


Posted on by