description Problem history Submissions question_mark Qna how_to_vote Vote #588 upload 8323 done 6138 how_to_reg 5376 Function 3 - Self Assessment 2 timer 1s memory - MB Problems translate English text_fields Receive a natural number N as input, and write a program that prints from N down to 1 in order using a recursive function. N is a natural number not greater than 50. Example login Input 5 content_copy logout Output 5space_bar 4space_bar 3space_bar 2space_bar 1 content_copy Source 자기주도C언어프로그래밍 Backlinks Official problem sets only
Problems translate English text_fields Receive a natural number N as input, and write a program that prints from N down to 1 in order using a recursive function. N is a natural number not greater than 50. Example login Input 5 content_copy logout Output 5space_bar 4space_bar 3space_bar 2space_bar 1 content_copy Source 자기주도C언어프로그래밍 Backlinks Official problem sets only