[单选题]

有下列函数定义: fun(float h) { printf("%f,%f/n",h,h*h);} 该函数的类型是( )。

A.27

B.6

C.25

D.30

参考答案与解析:

相关试题

有下列函数定义: fun(float h) {printf("%f,%f\n”,

[单选题]有下列函数定义:fun(float h){ printf("%f,%f/n”,h,h*h);}该函数的类型是( )。A.int类型B.float类型C.void类型D.函数无类型说明,定义有错

  • 查看答案
  • 语句printf("%f\n",13.0*(1£¯5));的输出结果为(6)。

    [主观题]语句printf("%f\n",13.0*(1/5));的输出结果为 (6) 。

  • 查看答案
  • 有以下程序#include main (){ printf("%d\n", N

    [单选题]有以下程序include main (){ printf("%d/n", NULL); }A.0B.1C.£­1D.NULL没定义,出错有以下程序 #include <stdio .h> main () { printf("%d/n", NULL); }A.0B.1C.-1D.NULL没定义,出错

  • 查看答案
  • 以下函数定义的类型符是()。fff(double x){printf("%f",

    [单选题]以下函数定义的类型符是( )。 fff(double x) { printf("%f",x+x); }A.与x类型相同B.void类型C.int类型D.无法确定

  • 查看答案
  • 定义inta=5,b=20;若执行语句printf("%d\n",£«£«a*£

    [主观题]定义int a=5,b=20;若执行语句printf("%d\n",++a*--b/5%13);后,输出的结果为 (6) 。

  • 查看答案
  • 有以下程序 #include main( ) { printf("%d\n",

    [单选题]有以下程序 include main( ) { printf("%d/n",NULL); } 程序运行后的输出结果是有以下程序#include <stdio.h>main( ){ printf("%d/n",NULL); }程序运行后的输出结果是A.0B.1C.-1D.NULL没定义,出错

  • 查看答案
  • 有以下程序#includemain(){printf("%d\n",NULL);

    [单选题]有以下程序includemain(){printf("%d/n",NULL);}程序运行后的输出结果是A.0B.1C.£­1D.N有以下程序 #include<stdio.h> main() {printf("%d/n",NULL);} 程序运行后的输出结果是A.0B.1C.-1D.NULL没定义,出错

  • 查看答案
  • 有以下程序:#includemain(){printf("%d\n",NULL)

    [单选题]有以下程序:includemain(){printf("%d/n",NULL));程序运行后的输出结果是()。A.0B.1C.£­有以下程序: #include<stdio.h> main() {printf("%d/n",NULL)); 程序运行后的输出结果是( )。A.0B.1C.-1D.NULL没定义,出错

  • 查看答案
  • 有以下程序:#includemain(){ printf("%d\n",NULL

    [单选题]有以下程序:includemain(){ printf("%d/n",NULL)"}程序运行后的输出结果是()。A.0B.1C.有以下程序: #include <stdio.h> main() { printf("%d/n",NULL)"} 程序运行后的输出结果是( )。A.0B.1C.-1D.NULL没定义,出错

  • 查看答案
  • float f=3.1415927; printf(“%f,%5.4f,%3.3

    [主观题]float f=3.1415927; printf(“%f,%5.4f,%3.3f”,f,f,f); 则程序的输出结果是__________。

  • 查看答案
  • 有下列函数定义:fun(float h){printf("%f,%f\n",h,