guess the output
#include <stdio.h>
#include <math.h>
void main() {
    float s=56,m=25,b;
    b=fmod(s,m);
    printf("%f",b);
}

Posted on by