填空题

以下程序运行后的输出结果是______。
main()
int a,b,c;
a=25; b=025; c=ox25;
pfintf("%d %d% %d\n",a,b,c);

【参考答案】

25 21 37
<上一题 目录 下一题>
热门 试题

填空题
下面程序的运行结果是______。 #define N 10 #define s(x) x*x #define f(x) (x*x) main() int i1,i2; i1=1000 s(N); i2=1000 f(N); printf( %d %d n ,i1,i2);
填空题
当运行以下程序时,输入abcd,程序的输出结果是:______。 insert(char str[]) int i; i=strlen(str); while(i>0) str[2*i]=str[i]; str[2*i-1]:’*’; i-; printf( %s n ,str); main() char str[40]; scanf( %s n ,str); insert(str);
相关试题
  • 下面程序是计算100以内能被4整除且个位...
  • 下面invert函数的功能是将一个字符串str的...
  • 有以下程序: #include<stdio.h> mai...
  • 有以下程序: #include<stdio.h> mai...
  • Jackson方法是一种面向 ______的结...