{
    "content": [
        {
            "type": "text",
            "text": "# operator (man)\n\n## NAME\n\noperator - C operator precedence and order of evaluation\n\n## DESCRIPTION\n\nThis manual page lists C operators and their precedence in evaluation.\n\n## Sections\n\n- **NAME**\n- **DESCRIPTION** (1 subsections)\n- **COLOPHON**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "operator",
        "section": "",
        "mode": "man",
        "summary": "operator - C operator precedence and order of evaluation",
        "synopsis": null,
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 2,
                "subsections": [
                    {
                        "name": "Operator                            Associativity   Notes",
                        "lines": 22
                    }
                ]
            },
            {
                "name": "COLOPHON",
                "lines": 7,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "operator - C operator precedence and order of evaluation\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "This manual page lists C operators and their precedence in evaluation.\n",
                "subsections": [
                    {
                        "name": "Operator                            Associativity   Notes",
                        "content": "() [] -> . ++ --                    left to right   [1]\n! ~ ++ -- + - (type) * & sizeof     right to left   [2]\n* / %                               left to right\n+ -                                 left to right\n<< >>                               left to right\n< <= > >=                           left to right\n== !=                               left to right\n&                                   left to right\n^                                   left to right\n|                                   left to right\n&&                                  left to right\n||                                  left to right\n?:                                  right to left\n= += -= *= /= %= <<= >>= &= ^= |=   right to left\n,                                   left to right\n\nThe following notes provide further information to the above table:\n\n[1] The  ++  and  -- operators at this precedence level are the postfix flavors of the opera‐\ntors.\n[2] The ++ and -- operators at this precedence level are the prefix flavors of the operators.\n"
                    }
                ]
            },
            "COLOPHON": {
                "content": "This page is part of release 5.10 of the Linux  man-pages  project.   A  description  of  the\nproject,  information about reporting bugs, and the latest version of this page, can be found\nat https://www.kernel.org/doc/man-pages/.\n\n\n\nLinux                                        2020-08-13                                  OPERATOR(7)",
                "subsections": []
            }
        }
    }
}