Page 6 - C-Language
P. 6

Floating point literals are of type double by default                                             86

        Chapter 13: Compilation                                                                              87


          Introduction                                                                                        87

          Remarks                                                                                             87

          Examples                                                                                            88

            The Linker                                                                                        88

            Implicit invocation of the linker                                                                 89
            Explicit invocation of the linker                                                                 89

            Options for the linker                                                                            89

            Other compilation options                                                                         90

            File Types                                                                                        90

            The Preprocessor                                                                                  91

            The Compiler                                                                                      93

            The Translation Phases                                                                            94

        Chapter 14: Compound Literals                                                                        95

          Syntax                                                                                              95

          Remarks                                                                                             95

          Examples                                                                                            95

            Definition/Initialisation of Compound Literals                                                    95

        Examples from C standard, C11-§6.5.2.5/9:                                                            95

        Compound literal with designators                                                                    96

        Compound literal without specifying array length                                                     96


        Compound literal having length of initializer less than array size specified                         96

        Read-only compound literal                                                                           97

        Compound literal containing arbitrary expressions                                                    97


        Chapter 15: Constraints                                                                              98

          Remarks                                                                                             98

          Examples                                                                                            98

            Duplicate variable names in the same scope                                                        98

            Unary arithmetic operators                                                                        99

        Chapter 16: Create and include header files                                                         100
   1   2   3   4   5   6   7   8   9   10   11