Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
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 ...
hjkl's user avatar
  • 123
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 ...
Caridorc's user avatar
  • 27.6k