复标记符英文解释翻译、复标记符的近义词、反义词、例句
英语翻译:
【计】 complex marker
分词翻译:
复的英语翻译:
again; answer; compound; duplicate; resume; turn over
【医】 amb-; ambi-; ambo-; re-
标记符的英语翻译:
tag
网络扩展解释
复标记符
复标记符是计算机编程语言中的一个概念。它用于表示一个变量或标识符的地址。
中文拼音
fù biāo jì fú
英语解释翻译
Pointer
Pointer is a programming concept that represents the address of a variable or identifier.
英文读音
pɔɪntər
英文的用法
在计算机编程语言中,指针用于存储变量或函数的内存地址,以及用于动态分配内存。
英文例句
A pointer is a variable that contains the memory address of another variable.
指针是一个包含另一个变量的内存地址的变量。
英文近义词
Reference
Reference is a programming concept that refers to the memory address of a variable or identifier.
引用是指向变量或标识符的内存地址的编程概念。
英文反义词
Value
Value is a programming concept that represents the data stored in a variable or identifier.
值是一个代表变量或标识符中存储数据的编程概念。
英文单词常用度
Pointer是一个比较常用的编程术语,在计算机科学和编程领域非常常见。