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.

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

Comments, Names, and Types

  • Paul J. Lucas

摘要

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.