题目内容

以下程序输出的结果是_______.#include void main( ){ int a[ ]={1,2,3,4,5},i,j,s=0;for(i=0;i<5;i++) s=s*10+a[i];printf("s=%d\n",s);}

A. s=1 2 3 4 5
B. s=12345
C. s=54321
D. s=5 4 3 2 1

查看答案
更多问题

以下程序执行时输入Language Programming<回车>,输出结果是_______.#include void main( ){ char str[30];gets(str);printf("str=%s\n",str);}

A. Language Programming
B. str=Language Programming
C. Language
D. str=Language

以下程序的输出结果是________.#include void main(){ int a[4][4]={{1,3,5,},{2,4,6},{3,5,7}};printf("%d%d%d%d\n",a[0][3],a[1][2],a[2][1],a[3][0]);}

A. 1470
B. 5430
C. 0650
D. 输出值不定

Beneficiary means the party in whose favour a credit is issued.

Complying presentation means a presentation that is in accordance with the terms and conditions of the credit, the applicable provisions of these rules and international standard banking practice.

答案查题题库