}
(17)以下程序的输出结果是 ______________
# include<stdlib.h>
Main()
{char *s1,*s2,m;
S1=s2=(char*)malloc(sizeof(char));
*s1=15;&nb
&nb