关于内存的英文选择题(20分)

M

micksxb

Unregistered / Unconfirmed
GUEST, unregistred user!
When a porgram is running. local varibles are stored in______.gloabl valrables are stored in______. static varibles are stored in ________.regiser variables are stored in________.
A.Queue B.Stack. C.ROM D.Registers. E.Heap. F.Temp files
 
B,E,?,D
静态变量保存在堆中吗?
 
当程序运行时,局部变量保存在_______.全局变量保存在_______.
静态变量保存在______.寄存器变量保存在_________.
A.队列 B.栈 C.只读存储器(ROM) D.寄存器 E.堆 F.临时文件
 
B,E,E,D
 
B,E,E,D
everywhere,gloabl valrables and static varibles are all stored in the
same steta:Heap.
 
liuziwei_china, 810807,
请问 只读存储器(ROM) 如何存储您写的程序的变量,您是开发 BIOS 的“高手”吗?
 
队列一般用于存放有顺序的数据,所以它不会被用于存放变量。
数据是变量的值。
 

Similar threads

S
回复
0
查看
3K
SUNSTONE的Delphi笔记
S
S
回复
0
查看
2K
SUNSTONE的Delphi笔记
S
S
回复
0
查看
950
SUNSTONE的Delphi笔记
S
S
回复
0
查看
772
SUNSTONE的Delphi笔记
S
D
回复
0
查看
885
DelphiTeacher的专栏
D
顶部