19. 在 C 語言中,若使用 malloc() 分配記憶體,什麼情況可能導致記憶體洩漏? (A) 分配的記憶體未初始化 (B) 未使用 free() 釋放分配的記憶體 (C) 使用 calloc() 替代 malloc() (D) 分配的記憶體大小為 0