Page 16 - C-Language
P. 16

Multiplication Operator                                                                            246
          Division Operator                                                                                  246


          Modulo Operator                                                                                    247

          Increment / Decrement Operators                                                                    247

            Logical Operators                                                                                248

          Logical AND                                                                                        248

          Logical OR                                                                                         248

          Logical NOT                                                                                        249

          Short-Circuit Evaluation                                                                           249

            Increment / Decrement                                                                            249

            Conditional Operator/Ternary Operator                                                            250
            Comma Operator                                                                                   251

            Cast Operator                                                                                    251

            sizeof Operator                                                                                  252

          With a type as operand                                                                             252

          With an expression as operand                                                                      252

            Pointer Arithmetic                                                                               252

          Pointer addition                                                                                   252

          Pointer subtraction                                                                                253

            Access Operators                                                                                 254

          Member of object                                                                                   254

          Member of pointed-to object                                                                        254

          Address-of                                                                                         254

          Dereference                                                                                        255

          Indexing                                                                                           255

          Interchangeability of indexing                                                                     255


            Function Call Operator                                                                           255
            Bitwise Operators                                                                                256

            _Alignof                                                                                         257

            Short circuit behavior of logical operators                                                      258

        Chapter 42: Pass 2D-arrays to functions                                                             260

          Examples                                                                                           260
   11   12   13   14   15   16   17   18   19   20   21