当前位置: 答题翼 > 问答 > 计算机类考试 > 正文
目录: 标题| 题干| 答案| 搜索| 相关
问题

试题11以下程序运行后的输出结果是______.#include <stdio.h>void fun(int x){ if(x/5>


试题11

以下程序运行后的输出结果是______.

#include <stdio.h>

void fun(int x)

{ if(x/5>0) fun(x/5)

printf(“%d”, x);

}

main()

{ fun(11); printf(“ ”);}

参考答案
您可能感兴趣的试题
  • 试题7以下程序运行后的输出结果是______。#include &lt;stdio.h&gt;main(){ int a=37; a%=9; prin

  • 试题8以下程序运行后的输出结果是_____。#include &lt;stdio.h&gt;main(){ int i, j;for(i=6; i&g

  • 试题9以下程序运行后的输出结果是_____.#include &lt;stdio.h&gt;main(){ int i, n[]={0,0,0,0,0" />