{"id":20153872,"url":"https://github.com/codahiri/clang","last_synced_at":"2025-03-03T01:24:21.472Z","repository":{"id":115783360,"uuid":"456672585","full_name":"codahiri/clang","owner":"codahiri","description":"C language","archived":false,"fork":false,"pushed_at":"2022-02-17T16:03:19.000Z","size":75,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-13T12:25:58.744Z","etag":null,"topics":["c","clang","compiler","gcc-complier","markdown","programming-language","shell"],"latest_commit_sha":null,"homepage":"https://dev.to/ilosrim/hello-clang-00-1e4a","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/codahiri.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-02-07T20:50:51.000Z","updated_at":"2024-03-28T12:07:05.000Z","dependencies_parsed_at":null,"dependency_job_id":"f0611247-4149-45ca-a8ff-1a9640dc62fe","html_url":"https://github.com/codahiri/clang","commit_stats":null,"previous_names":["codahiri/clang"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codahiri%2Fclang","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codahiri%2Fclang/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codahiri%2Fclang/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codahiri%2Fclang/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codahiri","download_url":"https://codeload.github.com/codahiri/clang/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241593115,"owners_count":19987492,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["c","clang","compiler","gcc-complier","markdown","programming-language","shell"],"created_at":"2024-11-13T23:22:57.363Z","updated_at":"2025-03-03T01:24:21.453Z","avatar_url":"https://github.com/codahiri.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# C Language\n\n`C` is a general-purpose programming language that has been around for nearly 50 years.\n\n`C` has been used to write everything from operating systems (including Windows and many others) to complex programs like the Python interpreter, Git, Oracle database, and more.\nThe versatility of C is by design. It is a low-level language that relates closely to the way machines work while still being easy to learn.\n\n\u003e Understanding how computer memory works is an important aspect of the C programming language.\n\n## Cheet Sheat \u003e [cheet](./topics/)\n\n---\n\n## Data Types\n\nC supports the following basic data types:\n\n- **int**: integer, a whole number.\n- **float**: floating point, a number with a fractional part.\n- **double**: double-precision floating point value.\n- **char**: single character.\n\n| Type     | Description                             | Values                          |\n| -------- | --------------------------------------- | ------------------------------- |\n| `int`    | a whole number                          | -2,147,483,648 to 2,147,483,647 |\n| `float`  | a number with possible decimals         | 6 decimal places                |\n| `double` | a number with possible decimals         | 15 decimal places               |\n| `char`   | stores one character (letter or number) | a single character              |\n\n| symbol   | type            |\n| -------- | --------------- |\n| %d or %i | int             |\n| %f       | double or float |\n| %c       | char            |\n| %s       | array char      |\n\n| Priority | Symbol                   |\n| -------- | ------------------------ |\n| 1        | ++                       |\n| 1        | --                       |\n| 1        | ()                       |\n| 2        | !                        |\n| 2        | (typecast)               |\n| 3        | \\*                       |\n| 3        | /                        |\n| 3        | %                        |\n| 4        | +                        |\n| 4        | -                        |\n| 5        | \u003c, \u003c=                    |\n| 5        | \u003e, \u003e=                    |\n| 6        | ==, !=                   |\n| 7        | \u0026\u0026                       |\n| 8        | or                       |\n| 9        | all assignment operators |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodahiri%2Fclang","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodahiri%2Fclang","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodahiri%2Fclang/lists"}