string 字符串 data 数据 newline 换行字符 variable 变量 declaring 声明 integer 整型 prompt 提示消息 assignment statement 赋值语句 return 返回 format code 格式码 reductionism 归约论 holism 整体论 data type 数据类型 domain 值域 c语言必背专业词汇 floating-point number 浮点数 expression 表达式 term 项 ...
7. string 字符串 8. application 应用 函数: 1.call 调用 2.return value返回值 3.function 函数 4. declare 声明 5. `parameter 参数 6.static 静态的 7.extern 外部的 指针: 1. pointer 指针 2. argument 参数 3. array 数组 4. declaration 声明 5. represent 表示 6. manipulate 处理 ...
字符串 string 应用application 指针pointer 参数argument 数组array 声明declaration 表示represent 处理manipulate 六、结构体、 共用体 (structures 、 union ) 结构structure 成员member 标记tag 函数function 枚举enumerate 联合( 共用体 ) union 创建create
C/C++ language provides asimple assignment operatorthat is"=", but some of the otherassignment operators(which are the combination of assignment and other operators) can be used. The assignment operators are, Note:On the right side, a value, expression, or any variable can be used. 1) Simp...
string 字符串 application 应用函数: call 调用 return value 返回值 function 函数 declare 声明 `parameter 参数 static 静态的 extern 外部的指针: pointer 指针 argument 参数 array 数组 declaration 声明 represent 表示 manipulate 处理 结构体、共用体、链表: ...
| <string> | "(" <expression> ")" <constant> ::= <integer-constant> //整型常量 | <character-constant> //字符常量 | <floating-constant> //浮点常量 | <enumeration-constant> //枚举常量 <expression> ::= <assignment-expression> //赋值表达式 ...
Local variable 局部变量 Global variable 全局变量 static 静态变量 auto 自动变量 Register 寄存器变量 extern 外部变量 Formal parameter 形式参数 Actual parameter 实际参数 Call by reference 传值调用 Call by value 引用调用 String 字符串 String literal 字符串常量 sequence 序列 【c语言常见专业词汇带翻译】©...
7. string 字符串 8. application 应用 函数: 1.call 调用 2.return value 返回值 3.function 函数 4. declare 声明 5. `parameter 参数 6.static 静态的 7.extern 外部的 指针: 1. pointer 指针 2. argument 参数 3. array 数组 4. declaration 声明 ...
C Programming Strings String Manipulations In C Programming Using Library Functions String Examples in C Programming C Structure and Union C struct C structs and Pointers C Structure and Function C Unions C Programming Files C File Handling C Files Examples C Additional Topics C Keywords and Identifi...
-Xustr=ascii_utf16_ushort 允许编译器识别 U"ASCII_string" 串文字。 4.3.48 -x 禁止某些消息。请参阅表4–8。 4.3.49 -y 将命令行上命名的各个 .c 文件视为以指令 /* LINTLIBRARY */ 或注释 NOTE(LINTLIBRARY) 开头。lint 库通常是使用 /* LINTLIBRARY */ 指令或 NOTE(LINTLIBRARY) 注释创建...