以下存储类型中,只有在使用时才为该类型的变量分配内存的是______。
A.auto和static
B.auto和register
C.register和static
D.extern和register
正确答案是B