Comparing Floating Point Variable With a Value In C Programming
Satish B
https://technotip.com/8546/comparing-floating-point-variable-with-a-value-in-c-programming/
In this video tutorial lets see how we can compare a floating point variable with a constant value, and lets see the result.
The Problem If you assign 0.7 to a floating point variable num and then inside if condition you check if num == 0.7, it returns false. Because here variable num is of data type float and the constant value 0.7 is considered as double type data.
C Programming Interview / Viva Q&A List https://technotip.com/6378/c-programming-interview-viva-qa-list/
C Programming: Beginner To Advance To Expert https://technotip.com/6086/c-programming-beginner-to-advance-to-expert/ ... https://www.youtube.com/watch?v=DXh6TsxLTME
2020-07-21
0.0 LBC
Copyrighted (contact publisher)
10068746 Bytes