How to use C, read from the keyboard and output long numbers in pure C?
The numbers are so long that long long int
does not fit.
The problem itself is as follows: the user enters 2 long numbers, and the program displays his work on the screen.
How to use C, read from the keyboard and output long numbers in pure C?
The numbers are so long that long long int
does not fit.
The problem itself is as follows: the user enters 2 long numbers, and the program displays his work on the screen.
Source: https://ru.stackoverflow.com/questions/180139/
All Articles