Advertisement
Guest User

Untitled

a guest
Jul 27th, 2017
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. #include <stdio.h>
  2. #include <float.h>
  3.  
  4. int
  5. main(void)
  6. {
  7. printf("LDBL_MAX: %La\n", LDBL_MAX);
  8. printf("__LDBL_MAX__: %La\n", __LDBL_MAX__);
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement