强制传唤
参考答案:
是公安机关对拒绝或逃避传唤的治安管理行为人,依法采取强制手段,以迫使被传唤人到案接受治安询问。
有以下程序: #include<string.h> main() char p[20]='a','d','c','d',q[]="abc",r[]="abcde" strcat(p,r);strcpy(p+strlen(q),q); printf("%d\n",sizeof(p)); 程序运行后的输出结果是______。