Page not loading? Try clicking here.
Placeholder

#587

Function 3 - Self Assessment 1 1s - MB

Problems

Receive a natural number N less than or equal to 20 as input, and write a program that prints the string ‘recursive’ N times using a recursive function.


Example

3
recursive

recursive
recursive

Source

자기주도C언어프로그래밍

You must sign in to write code.