User manual

Table Of Contents
mikroC PRO for PIC32
MikroElektronika
11
Relational Operators in Expressions 239
Bitwise Operators 240
Bitwise Operators Overview 240
Logical Operations on Bit Level 240
Bitwise Shift Operators 241
Bitwise vs. Logical 241
Logical Operators 242
Logical Operators Overview 242
Logical Operations 242
Logical Expressions and Side Effects 242
Logical vs. Bitwise 243
Conditional Operator ? : 243
Conditional Operator Rules 243
Assignment Operators 244
Simple Assignment Operator 244
Compound Assignment Operators 244
Assignment Rules 244
Unary Operators 245
Unary Arithmetic Operators 245
Unary Logical Operator 246
Unary Bitwise Operator 246
Address and Indirection Operator 246
Sizeof Operator 247
Sizeof Applied to Expression 247
Sizeof Applied to Type 247
Expressions 248
Comma Expressions 248
Statements 249
Labeled Statements 249
Expression Statements 250
Selection Statements 250
If Statement 250
Nested If statements 250
Switch Statement 251
Nested switch 252
Iteration Statements (Loops) 252
While Statement 252
Do Statement 252
For Statement 253
Jump Statements 254
Break and Continue Statements 254
Break Statement 254
Continue Statement 254