What is the output of the following C Code??
#include stdio.h
int main()
{
float x = 81.0;
x %= 9.0;
printf("%f",x);
return 0;
}


Posted on by