Computer Science, asked by surbhiarora7091, 1 year ago

Can we obtain remainder in floating point division

Answers

Answered by Satyalikhith
1
Casts can be used to force floating -point division. Some operators that work on integers will not work on floating a point types. These are % (use modf from the math library if you really need to get a floating point remainder ) and all of the bitwise operators ~, <<, >>, &, ^, and. .
Similar questions