)以下程序的输出结果是 。 main() { char s[]="159",*p; p=s; printf
2023-12-01c6
)以下程序的输出结果是 。 main() { char s[]="159",*p; p=s; printf("%c",*p++);printf("%c",*p++); }
A.)15
B.)16
C.)12
D.)59
正确答案是A

)以下程序的输出结果是 。 main() { char s[]="159",*p; p=s; printf("%c",*p++);printf("%c",*p++); }
A.)15
B.)16
C.)12
D.)59
正确答案是A