Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #include <stdio.h>
- int main()
- {
- float a;
- float b;
- a = 1.175494351;
- b = 1.175494351;
- if( (a - b) != 0)
- {
- printf ("1!\n"); }
- else
- {
- printf ("0!\n");}
- return 0;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement