What is the output of this program

#include stdio.h

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

return 0;
}

Posted on by