// USE MATH.H
int main()
{
printf("%d %d ",(64%100),64/10);
printf(" And Floating MOD %1.1f\n", fmod(64.0, 100.0)/10);
return 0;
}
// USE MATH.H
int main()
{
printf("%d %d ",(64%100),64/10);
printf(" And Floating MOD %1.1f\n", fmod(64.0, 100.0)/10);
return 0;
}
Subscribe to our newsletter to get the latest updates to your inbox. ;-)
Your email address is safe with us!
Copyright 2014 © Tech Solutions । All rights Reserved
Template Designed By Template Trackers and Provided By Blogger Maruf
0 comments for "MOD floating point Value"
Post a Comment