值类型存储在()中。
A. 堆栈
B. 堆内存
C. 队列
D. 列表
C#中的所有数据类型都派生自()类
A. string
B. Int64
C. Int32
D. Object
下列变量的声明方式不正确的是()
A. int a, string b, char c
B. int a,b,c;
C. char a;
D. string myString =”abc”;
在 C#编制的财务程序中,需要创建一个存储流动资金金额的临时变量,则应使用下列哪条语句?
A. decimal theMoney;
B. int theMoney;
C. string theMoney;
Dim theMoney as doubl