Menu Close

给出一个整数,然后用相反顺序打印出来 (递归函数, While 的应用)

1.利用递归函数
2.使用while loop

1.利用递归函数

结果

2.利用 while loop

结果:

 

Posted in C语言习题集