Tuesday, 20 August 2013

What does less than 0. (0 dot) mean?

What does less than 0. (0 dot) mean?

I just saw this for the first time. The source code I'm looking at is in C
if( rate < 0.){
}
else{
}
What happens if rate = 0?

No comments:

Post a Comment