To finish our implementation of arbitrarily large integers using linked lists we’ll need a way for the user to enter such a number at run-time of the program.
Activity27.7.
Here is a function which reads an arbitrarily long integer from the user input and stores it in a linked list of digits.