错误:搜索内容不能为空,请输入英文关键词
错误:关键词超出字数限制,请精简
高级检索

Type Qualifiers, Enumerations, and Storage Classes in C

  • Orhan Gazi

摘要

In this chapter, we explain type qualifiers, enumerations, and storage classes in C programming. The primary type qualifiers are const, restrict, and volatile. Storage classes are auto, extern, static, and register. The keywords restrict, volatile, and register are especially important for hardware programmers, whereas the keywords const, auto, and extern are of equal importance for every C programmer.