填空题

深度为7的满二叉树中,叶子结点的个数为______。

【参考答案】

64
<上一题 目录 下一题>
热门 试题

填空题
数据库系统在其内部分为概念模式、内模式和外模式。其中______给出了数据库物理存储结构与物理存取方法。
填空题
阅读下面程序,则执行后的输出结果是______。 #include stdio.h main() int x, y, 2; x=1; y=2; z=3; if(x>y)if(x>z)printf( %d , x); else printf( %d , y); printf( %d n ,z);
相关试题
  • f.txt
  • FILE
  • 以下程序中函数f的功能是在数组x的n个数(...
  • 有以下程序: #include<stdio.h> int...
  • fun(10)