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

以下语句的输出结果是 ______。Print Format$(32548.5 00 000.00)A.32548.5B.32 548.5C.3254


以下语句的输出结果是 ______。 Print Format$("32548.5","000,000.00")

A.32548.5

B.32,548.5

C.32548.5

D.32548.5

请帮忙给出正确答案和分析,谢谢!

参考答案
您可能感兴趣的试题
  • 设有以下定义和语句 输出的结果是(用small模式编译 指针变量占2个字节)______。struct date{long*

  • 以下语句的输出结果是______。a$=123$=456Print a$;b$A.123□456B.123456C.□123□456D.□123□□4

  • 以下程序运行后的输出结果是_______。include<stdio.h>main( ){int a=200 b=010;print(”%d%

  • 执行语句Print Format(1234.567 ”## ##0.00”)后 输出结果是______。A.1234.57B.12 34.57C.1 234.5

  • 以下程序的输出结果是_______。 main(){ int a[4][4]={{1 3 5} {2 4 6} {3 5 7}); Print(\%d%d%d%

  • 以下printf语句的输出结果是________