单项选择题

在C 语言中,只有在使用时才占用内存单元的变量,其存储类型是______。

A.auto 和 register
B.extern 和register
C.auto 和static
D.static 和register