【名词&注释】
数据模型(data model)、逻辑关系(logical relation)、应用程序(application)、数据类型(data type)、连续性(continuity)、线性表(linear list)、全局变量(global variable)、不允许(not allow)、物理存储空间(amount of physical memory)、数据结构。
[单选题]在多个应用程序访问同一个 DLL时,下面关于 DLL中使用全局变量(global variable)的说法哪个是正确的?
A. 每个应用程序都各自使用在他自己的进程空间内复制的一份该全局变量(global variable)
B. 全局变量(global variable)在 DLL中是不允许(not allow)使用的
C. 每个应用程序访问的是同一个全局变量(global variable),该全局变量(global variable)的有引用计数。