C code is fundamentally a series of statements where each generally performs some action. Many statements control the “flow” of execution of a program by conditionally executing some statements and not others, by looping, or unconditionally jumping to other statements. This chapter covers the complete set of statements in C.

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

Statements

  • Paul J. Lucas

摘要

C code is fundamentally a series of statements where each generally performs some action. Many statements control the “flow” of execution of a program by conditionally executing some statements and not others, by looping, or unconditionally jumping to other statements. This chapter covers the complete set of statements in C.