Posts by Gonçalo Mateus • 21 points
1 post
-
2
votes1
answer64
viewsQ: Recursion in C - The crash program
The goal of the program is to ask the user for two digits and generate a list of sequences, each containing information from the previous. For example: User writes 1 1 and the generated list is: 21,…