Punctuation

/* Comments */ Star/slash enclose block comment

statement; // Comment Double slash before line comment

{ statement; statement; } Braces enclose program block

statement; Semicolon=end of statement

funcname(arg1,arg2) Function arguments/parameters, comma separates

[n] Array size, variable

“text” ASCII function argument/include filename

‘y’ ASCII value

Get Programming 8-bit PIC Microcontrollers in C now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.