Comments, Names, and Types
摘要
Like any other programming language, C has ways for including comments, rules for naming things, and data types. This chapter covers the rules for comments, names, built-in, user-defined, and standard library types, choosing an appropriate integer type, and conversions among types.