字符串常量(String literals)是括在双引号中的。字符串常量包含类似于字符常量的字符:普通的字符、转义字符和通用的字符。 下面是字符串常量的示例。 "hello, dear\n" "hello, \ dear\n" "hello, " "d" "ear\n" 上面这三种形式所输出的字符串是相同的,运行代码如下: ...
string 字符串 data 数据 newline 换行字符 variable 变量 declaring 声明 integer 整型 prompt 提示消息 assignment statement 赋值语句 return 返回 format code 格式码 reductionism 归约论 holism 整体论 data type 数据类型 domain 值域 c语言必背专业词汇 floating-point number 浮点数 expression 表达式 term 项 ...
字符串 string 应用application 指针pointer 参数argument 数组array 声明declaration 表示represent 处理manipulate 六、结构体、 共用体 (structures 、 union ) 结构structure 成员member 标记tag 函数function 枚举enumerate 联合( 共用体 ) union 创建create
character 字符 string 字符串 application 应用函数: call 调用 return value 返回值 function 函数 declare 声明 `parameter 参数 static 静态的 extern 外部的指针: pointer 指针 argument 参数 array 数组 declaration 声明 represent 表示 manipulate 处理 结构体、共用体、链表: structure 结构 member 成员 tag 标记...
| <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语言常见专业词汇带翻译】©...
string_literal operator punctuator 不在上述范围内的任一非空白符 2. 关键字 keyword: auto double int struct break else long switch case enum register typedef char extern return union const float short unsigned for signed void default goto sizeof volatile do ...
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...
| STRING_LITERAL | '(' expression ')' 基本表达式→标识符 | 常量 | 字符串常量 | '('表达式')' argument_expression_list : assignment_expression | argument_expression_list ',' assignment_expression 参数表达式列表: 赋值表达式 | 参数表达式列表','赋值表达式 ...
-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) 注释创建...