What is the output of the C Program.?
int main()
{
    float a=10.0;
    a = a % 3;
    printf("%f", a);

    return 0;
}

Posted on by