设有下列程序段:执行上面的程序段后,*(ptr+10)的值为( )。A.B.C.D.A.AB.BC.CD.D
设有下列程序段:
执行上面的程序段后,*(ptr+10)的值为( )。
>
A.
B.
C.
D.
A.A
B.B
C.C
D.D
相关考题:
设有下列程序段: char str[]="HelloWorld": char* plr; ptr=str: 执行上面的程序段后,*(ptr+10)的值为( )。A. \0B.0C.不确定的值D.0的地址
设有下列的程序段: char str[]="Hello World"; char*ptr; ptr=str; 执行上面的程序段后,*(ptr+10)的值为( )。A.'\0'B.'0'C.不确定的值D.'0'的地址
设有下列的程序段:char str[]="HelloWorld";char*ptr;ptr=str;执行上面的程序段后,*(ptr+10)的值为( )。A.'\0'B.'0'C.不确定的值D.'0'的地址
设有如下的程序段: char str[]="HelloWorld"; char*ptr; ptr=str; 执行上面的程序段后,*(ptr+10)的值为( )。A.'\0'B.'0'C.不确定的值D.'0'的地址
设有下列的程序段: char str[]="HelloWorld"; char*ptr; ptr==str; 执行上面的程序段后,*(ptr+10)的值为( )。A.'\0'B.'0'C.不确定的值D.'0'的地址
设有下列程序段:char str[]=HelloWorld:char* plr;ptr=str:执行上面的程序段后,*(ptr+10)的值为( )。A. \0 B.0C.不确定的值D.0的地址