题目内容

#includemain() { char *s={"ABC"}; do { printf("%d",*s%10); s++; } while(*s); } The ASCII value of the letter A is 65. The output of the program is ( ).

A. 5670
B. 656667
C. 567
D. ABC

查看答案
更多问题

The following function value is of type ( ). fun (float x) { float y; y= 3*x-4; return y; }

A. int
B. uncertain
C. void
D. float

Structure variables of the same structure type can be assigned to each other

A member of a structure variable cannot be a structure variable

If a is a structural variable, you can use scanf(“%ld,%s,%c,%s\n”,&a); to enter the value of a structure variable as a whole.

答案查题题库