Hello Friends
In my cpp code, one of my iteration is giving result of 0/0, I want to convert 0/0 to zero. So that value could be used for further operations. Suggestions please.
^ Was just about to say, why should 0/0 be 0? In many cases, it would make more sense for it to be 1, but the whole point is that it's an indeterminate value.