(3) 複製部分字串 strncpy(target目標, source來源, length長度);
1
2
strncpy (t+
, s+
,
) ;
Ans