19. What will the code output? char *s = "abcde"; printf("%c",*(s+*(s+1) - 'a');
(A) a
(B) b
(C)c
(D) d

答案:登入後查看
統計: 尚無統計資料