I am using float variable in for loop
void main(){ float i; for(i=20.1; i<=25.1; i++){ printf("%f ",i); } printf("\