当前位置: 答题翼 > 问答 > 大学专科 > 正文
目录: 标题| 题干| 答案| 搜索| 相关
问题

有下面的程序: include <stdio, h> main () { enum team {my,your=4,his,her=his+10};


有下面的程序: include <stdio, h> main () { enum team {my,your=4,his,her=his+10}; prinff(" % d %d %d %d " ,my,your,his,her); 此程序的输出结果是【 】。 A) 0 1 2 3 B) 0 4 0 1 0 C) 0 4 5 1 5 D) 1 4 5 1 5

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

参考答案
您可能感兴趣的试题
  • 阅读下列程序,则在执行后,程序的运行结果为 include "stdio.h" include "string.h" main() {ch

  • 阅读下列程序,则在执行后,程序的运行结果为 include "stdio.h" include "string.h" main() {ch

  • 以下程序的输出结果是【 14 】#include <stdio.h> #include <stdio.h>#include <st

  • 若有下面的程序段#include "stdio.h"main(){ int i=6; while(i--) printf("%d",--i); printf("\n

  • 当执行下面的程序时,如果输入ABC,则输出结果是()。#include<stdio.h>#include<string.h

  • 有以下程序#include<stdio.h>#include<string.h>main(){char str[][20]={“Qne*World