11.程式填空,以下程式可標記平均不及格為 Fail,請問空格應該填入(A)a[i].memo="Fail" (B)strcpy(a[i],"Fail")(C)strcpy(a.memo[i],"Fail")(D)strcpy(a[i].memo,"Fail")