#include<stdio.h>
int main()
{
    double x = 30.5;
    x %= 20.0;
    printf("%d",x);
   return 0;
}




What will be the output 

Posted on by