Sorry! Posting Assignment is allowed only for commercial accounts.
#include <stdio.h>#include <math.h>void main() { float s=56,m=25,b; b=fmod(s,m); printf("%f",b);}