Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #include <stdio.h>
- #include <locale.h>
- int main()
- {
- setlocale(LC_NUMERIC, "");
- printf("%'u\n", 1000000000);
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement