#include main() { int i; int x, y; printf("Enter a freq\n"); scanf("%d", &i); //i =8750; y=i /10; x =y %100; printf("%d.%d",y, x); }