单项选择题

为把圆周率的近似值3.14159存放在变量pi中,应该把变量pi定义为

A.Dim pi As Integer
B.Dim pi(7)As Integer
C.Dim pi As Single
D.Dim pi As Long