All Questions
Tagged with numbers-to-words c
2 questions
8
votes
3
answers
3k
views
Integers to English words in C
As a beginner in C programming, I decided to write a function words that, given an unsigned integer n, puts the English ...
4
votes
1
answer
132
views
Measuring the length of binary numbers in English words in C
Inspired by this question (link to original video), I decided to write some code in C to perform this task, and it is much faster than the Python code, even when run with PyPY, up to a billion, it ...