单项选择题下面四个选项中,均是不合法的用户标识符的选项是
单项选择题下列程序的运行结果是#include stdio.h main( ){ int x=-9,y=5,z=8;if(x<y)if(y<0) z=0;else z+=1;printf( %d n ,z);}