Книга: 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


Генерация: 0.067. Запросов К БД/Cache: 0 / 0
поделиться
Вверх Вниз