填空题

阅读下面程序,则程序的执行结果为 【16】
#include"stdio.h"
fun(int k,int*p)
int a,b;
if(k==1‖k==2)
*p=1;
else fun(k-1,&a);
fun(k-2,&b);
*p=a+b;
main()
int x;
fun(6,&x);
printf("%d\n",x);

答案: H
题目列表

你可能感兴趣的试题

填空题

数据的逻辑结构有线性结构和 【1】 两大类。

答案: 非线性结构
填空题

关系操作的特点是 【5】 操作。

答案: 集合
微信扫码免费搜题