单项选择题

在C语言中,()存储类型的变量,只在使用时才分配空间。

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