Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #include <stdio.h>
- float f(float x) {
- return 2*x + 5;}
- void main() {
- float a = f(0.4230948203984029384092830498230948209384029384092383049820394820398409283409283094802398402938409283049823);
- float b = f(0.4230948203984029384092830498230948209384029384092383409820394820398409283409283094802398402938409283049823);
- printf("a = %.d\n", &a);
- printf("b = %.d\n", &b);}
Advertisement
Add Comment
Please, Sign In to add comment