#include <stdio.h> void main() { char str[]="\"stop!\",he said"; printf(str); } 程序的运行结果是 ( )。
A.stop! B."stop!" C."stop",he said D.he said*/正确答案B
#include <stdio.h> void main() { char str[]="\"stop!\",he said"; printf(str); } 程序的运行结果是 ( )。
A.stop! B."stop!" C."stop",he said D.he said*/正确答案B