声明符 meaning in Chinese
declarator
Examples
- Declarators without either a storage class or a type
没有存储类或类型的声明符: - The declarator must include an initializer
声明符必须包含初始化器。 - Function declarators have file scope
函数声明符具有文件范围: - Declarators keywords include user - defined types and built - in types
声明符(关键字包括用户定义的类型和内置类型) - If the local variable declaration includes multiple declarators , the initializers must all have the same compile - time type
如果局部变量声明包含了多个声明符,这些声明符必须具备同样的编译期类型。