Книга: Advanced PIC Microcontroller Projects in C
3.1.3 Terminating Program Statements
3.1.3 Terminating Program Statements
In C language, all program statements must be terminated with the semicolon (“;”) character; otherwise a compiler error will be generated:
j = 5; // correct
j = 5 // error
Содержание
Оглавление статьи/книги
- 3.1.1 Comments
- 3.1.2 Beginning and Ending of a Program
- 3.1.3 Terminating Program Statements
- 3.1.4 White Spaces
- 3.1.5 Case Sensitivity
- 3.1.6 Variable Names
- 3.1.7 Variable Types
- 3.1.8 Constants
- 3.1.9 Escape Sequences
- 3.1.10 Static Variables
- 3.1.11 External Variables
- 3.1.12 Volatile Variables
- 3.1.13 Enumerated Variables
- 3.1.14 Arrays
- 3.1.15 Pointers
- 3.1.16 Structures
- 3.1.17 Unions
- 3.1.18 Operators in C
- 3.1.19 Modifying the Flow of Control
- 3.1.20 Mixing mikroC with Assembly Language Statements
Похожие страницы
- Conditional Statements
- 3.1 Structure of a mikroC Program
- 3.1.2 Beginning and Ending of a Program
- 3.1.20 Mixing mikroC with Assembly Language Statements
- 2. How to Apply These Terms to Your New Programs
- The Programmers
- Для чего нужны папки Windows, Documents and Settings, Program Files и Temp?
- Можно ли указать использование по умолчанию вместо C:Program Files другого каталога для установки программ?
- Можно ли удалять из папки Program Files папки деинсталлированных программ?
- 6.1 Program Description Language (PDL)
- The Simplest Windows Program
- The Generic Windows Program