题目内容

Of the following symbols, the one that does not belong to the escape character is ( ).

A. \\
B. \0xAA
C. \t
D. \0

查看答案
更多问题

main() { int a=1,b=2,m=0,n=0,k; k=(n=b>a)||(m=a

A. 0,0
B. 0,1
C. 1,0
D. 1,1

If c is defined as a character variable, the correct one in the following statements is ( )

A. c='97';
B. c="97";
C. c=97;
D. c="a";

There are the following procedures: int main(void) { int a=1,b=2,m=0,n=0,k; k=(n=b>a)||(m=a

A. 0,0
B. 0,1
C. 1,0
D. 1,1

It is known that the ASCII code value of character 'A' is 65, the value of character variable c1 is' A ', and the value of c2 is' D'. Execute statement printf (""%d,%d ", c1, c2-2); after that, the output is ()

A,B
B. A,68
C. 65,66
D. 65,68

答案查题题库